Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/repo.props')
-rw-r--r--build/repo.props2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/repo.props b/build/repo.props
index 180925e696..2e60df02b8 100644
--- a/build/repo.props
+++ b/build/repo.props
@@ -2,6 +2,8 @@
<PropertyGroup>
<!-- This repo does not have solutions to build -->
<DisableDefaultTargets>true</DisableDefaultTargets>
+ <!-- Skip BOM generation -->
+ <SkipBillOfMaterials>true</SkipBillOfMaterials>
</PropertyGroup>
<Import Project="artifacts.props" />