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 3
3
<PropertyGroup >
4
4
<SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >$(MSBuildProjectDirectory)..\</SolutionDir >
5
5
<IntermediateOutputPath Condition =" $(IntermediateOutputPath) == '' Or $(IntermediateOutputPath) == '*Undefined*'" >$(MSBuildProjectDirectory)obj\$(Configuration)\</IntermediateOutputPath >
6
+ <GitVersionNoFetchEnabled Condition =" $(GitVersionNoFetchEnabled) == ''" >false</GitVersionNoFetchEnabled >
6
7
</PropertyGroup >
7
8
8
9
<UsingTask
35
36
</ItemGroup >
36
37
37
38
38
- <GetVersion SolutionDirectory =" $(SolutionDir)" >
39
+ <GetVersion SolutionDirectory =" $(SolutionDir)" NoFetch = " $(GitVersionNoFetchEnabled) " >
39
40
<Output TaskParameter =" Major" PropertyName =" GfvMajor" />
40
41
<Output TaskParameter =" Minor" PropertyName =" GfvMinor" />
41
42
<Output TaskParameter =" Patch" PropertyName =" GfvPatch" />
You can’t perform that action at this time.
0 commit comments