We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4889ab3 commit 32e5438Copy full SHA for 32e5438
src/SourceBuild/content/repo-projects/roslyn.proj
@@ -2,6 +2,8 @@
2
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
3
4
<PropertyGroup>
5
+ <PackageVersionPropsFlowType>DependenciesOnly</PackageVersionPropsFlowType>
6
+
7
<BuildCommandArgs>$(StandardSourceBuildArgs)</BuildCommandArgs>
8
<BuildCommandArgs>$(BuildCommandArgs) /p:TreatWarningsAsErrors=false</BuildCommandArgs>
9
<BuildCommandArgs>$(BuildCommandArgs) /p:ApplyPartialNgenOptimization=false</BuildCommandArgs>
0 commit comments