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 f59c17d commit c21da36Copy full SHA for c21da36
Directory.Build.targets
@@ -5,4 +5,10 @@
5
<!-- Ensure we preserve each coverlet output file per target framework: https://github.com/tonerdo/coverlet/issues/177 -->
6
<CoverletOutput>$(OutputPath)/</CoverletOutput>
7
</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
14
</Project>
0 commit comments