Skip to content

Commit f29ee6a

Browse files
committed
Revert "Try out build with '$(DotNetUseShippingVersions)' == 'true'"
- didn't improve template test results This reverts commit 9fe1c49.
1 parent 9fe1c49 commit f29ee6a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Directory.Build.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
<IsAnalyzersProject Condition="$(MSBuildProjectName.EndsWith('.Analyzers'))">true</IsAnalyzersProject>
2323
<IsShipping Condition="'$(IsSampleProject)' == 'true' or '$(IsTestAssetProject)' == 'true' or '$(IsBenchmarkProject)' == 'true' or '$(IsUnitTestProject)' == 'true'">false</IsShipping>
2424

25-
<!--
26-
Disable Arcade version overrides entirely. This produces non-deterministic builds but reduces the need for
27-
workarounds for assembly and file versions.
28-
-->
29-
<DotNetUseShippingVersions Condition=" '$(Language)' == 'C#' ">true</DotNetUseShippingVersions>
30-
3125
<!--
3226
Following logic mimics core-setup approach as well as
3327
https://github.com/dotnet/arcade/blob/694d59f090b743f894779d04a7ffe11cbaf352e7/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj#L30-L31

0 commit comments

Comments
 (0)