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 e99816d commit eedadecCopy full SHA for eedadec
1 file changed
src/TurnerSoftware.BuildVersioning/build/TurnerSoftware.BuildVersioning.targets
@@ -18,7 +18,8 @@
18
<BuildVersioningLogLevel Condition="$(BuildVersioningLogLevel) == ''">low</BuildVersioningLogLevel>
19
</PropertyGroup>
20
21
- <Import Project="TurnerSoftware.BuildVersioning.Integrations.targets" />
+ <Import Project="TurnerSoftware.BuildVersioning.Integrations.targets"
22
+ Condition="$(DesignTimeBuild) != 'true' AND $(SkipBuildVersioning) != 'true'" />
23
24
<Target Name="BuildVersioning"
25
BeforeTargets="BeforeCompile;GenerateNuspec"
0 commit comments