Skip to content

Commit 1fa2b6d

Browse files
author
Oren Novotny
committed
Expose NoFetch to fix #646
1 parent 49cccab commit 1fa2b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionTask/NugetAssets/GitVersionTask.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
BeforeTargets="CoreCompile">
2121
<WriteVersionInfoToBuildLog
2222
SolutionDirectory="$(SolutionDir)"
23+
NoFetch="$(GitVersion_NoFetchEnabled)"
2324
/>
2425
<UpdateAssemblyInfo
2526
SolutionDirectory="$(SolutionDir)"
27+
NoFetch="$(GitVersion_NoFetchEnabled)"
2628
ProjectFile="$(MSBuildProjectFullPath)"
2729
IntermediateOutputPath="$(IntermediateOutputPath)"
2830
RootNamespace="$(RootNamespace)"

0 commit comments

Comments
 (0)