File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
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 33 <PropertyGroup >
44 <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)..\</SolutionDir >
55 <IntermediateOutputPath Condition =" $(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'" >$(MSBuildProjectDirectory)obj\$(Configuration)\</IntermediateOutputPath >
6+ <GitVersionNoFetchEnabled Condition =" $(GitVersionNoFetchEnabled) == ''" >false</GitVersionNoFetchEnabled >
67 </PropertyGroup >
78
89 <UsingTask
3536 </ItemGroup >
3637
3738
38- <GetVersion SolutionDirectory =" $(SolutionDir)" >
39+ <GetVersion SolutionDirectory =" $(SolutionDir)" NoFetch = " $(GitVersionNoFetchEnabled) " >
3940 <Output TaskParameter =" Major" PropertyName =" GfvMajor" />
4041 <Output TaskParameter =" Minor" PropertyName =" GfvMinor" />
4142 <Output TaskParameter =" Patch" PropertyName =" GfvPatch" />
You can’t perform that action at this time.
0 commit comments