Skip to content

Commit 039a43b

Browse files
committed
Merge pull request #653 from onovotny/nofetch
Expose NoFetch to fix #646
2 parents d717347 + 1fa2b6d commit 039a43b

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)