Skip to content

Commit c21da36

Browse files
committed
Disable Nerdbank.GitVersioning SetCloudBuildVersionVars: merge cf19a86 from mono
1 parent f59c17d commit c21da36

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Directory.Build.targets

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55
<!-- Ensure we preserve each coverlet output file per target framework: https://github.com/tonerdo/coverlet/issues/177 -->
66
<CoverletOutput>$(OutputPath)/</CoverletOutput>
77
</PropertyGroup>
8+
9+
<!-- Turn off NerdBank.GitVersioning for VS-Platform builds inside VSMac.
10+
We don't want each project to set the build variables, causing problems during parallel builds. -->
11+
<Target Name="SetCloudBuildVersionVars" />
12+
<Target Name="SetCloudBuildNumberWithVersion" />
13+
814
</Project>

0 commit comments

Comments
 (0)