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 49cccab commit 1fa2b6dCopy full SHA for 1fa2b6d
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