File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 4747 '$(IsBenchmarkProject)' == 'true' OR
4848 '$(IsPublishedAppTestProject)' == 'true' OR
4949 $(IsUnitTestProject) " >false</IsShipping >
50-
51- <!--
52- Following logic mimics core-setup approach as well as
53- https://github.com/dotnet/arcade/blob/694d59f090b743f894779d04a7ffe11cbaf352e7/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj#L30-L31
54- $(DotNetFinalVersionKind) is set globally when doing final aka stable builds. Arcade infrastructure should pick
55- up $(IsStableBuild) automatically; property is also used to control prerelease branding.
56- -->
57- <IsStableBuild >false</IsStableBuild >
58- <IsStableBuild Condition =" '$(DotNetFinalVersionKind)' == 'release' " >true</IsStableBuild >
5950 </PropertyGroup >
6051
6152 <!-- Disable logging of some task parameters or metadata to reduce binlog size.
You can’t perform that action at this time.
0 commit comments