File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/GitVersionTask/NugetAssets Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 27
27
AssemblyFile =" $(MSBuildThisFileDirectory)..\..\GitVersionTask.dll" />
28
28
29
29
<Target Name =" WriteVersionInfoToBuildLog" BeforeTargets =" CoreCompile" Condition =" $(WriteVersionInfoToBuildLog) == 'true'" >
30
- <WriteVersionInfoToBuildLog SolutionDirectory =" $(SolutionDir)" />
30
+ <WriteVersionInfoToBuildLog SolutionDirectory =" $(SolutionDir)" NoFetch = " $(GitVersion_NoFetchEnabled) " />
31
31
</Target >
32
32
33
33
<Target Name =" UpdateAssemblyInfo" BeforeTargets =" CoreCompile" Condition =" $(UpdateAssemblyInfo) == 'true'" >
34
34
<UpdateAssemblyInfo
35
35
SolutionDirectory =" $(SolutionDir)"
36
+ NoFetch =" $(GitVersion_NoFetchEnabled)"
36
37
ProjectFile =" $(MSBuildProjectFullPath)"
37
38
IntermediateOutputPath =" $(IntermediateOutputPath)"
38
39
RootNamespace =" $(RootNamespace)"
You can’t perform that action at this time.
0 commit comments