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.
2 parents d717347 + 1fa2b6d commit 039a43bCopy full SHA for 039a43b
src/GitVersionTask/NugetAssets/GitVersionTask.targets
@@ -20,9 +20,11 @@
20
BeforeTargets="CoreCompile">
21
<WriteVersionInfoToBuildLog
22
SolutionDirectory="$(SolutionDir)"
23
+ NoFetch="$(GitVersion_NoFetchEnabled)"
24
/>
25
<UpdateAssemblyInfo
26
27
28
ProjectFile="$(MSBuildProjectFullPath)"
29
IntermediateOutputPath="$(IntermediateOutputPath)"
30
RootNamespace="$(RootNamespace)"
0 commit comments