|
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 | + <GitVersion_NoFetchEnabled Condition="$(GitVersion_NoFetchEnabled) == ''">false</GitVersion_NoFetchEnabled> |
7 | 7 | </PropertyGroup>
|
8 | 8 |
|
9 | 9 | <UsingTask
|
|
36 | 36 | </ItemGroup>
|
37 | 37 |
|
38 | 38 |
|
39 |
| - <GetVersion SolutionDirectory="$(SolutionDir)" NoFetch="$(GitVersionNoFetchEnabled)"> |
40 |
| - <Output TaskParameter="Major" PropertyName="GfvMajor" /> |
41 |
| - <Output TaskParameter="Minor" PropertyName="GfvMinor" /> |
42 |
| - <Output TaskParameter="Patch" PropertyName="GfvPatch" /> |
43 |
| - <Output TaskParameter="BuildMetaData" PropertyName="GfvBuildMetaData" /> |
44 |
| - <Output TaskParameter="FullBuildMetaData" PropertyName="GfvFullBuildMetaData" /> |
45 |
| - <Output TaskParameter="BranchName" PropertyName="GfvBranchName" /> |
46 |
| - <Output TaskParameter="Sha" PropertyName="GfvSha" /> |
47 |
| - <Output TaskParameter="MajorMinorPatch" PropertyName="GfvMajorMinorPatch" /> |
48 |
| - <Output TaskParameter="SemVer" PropertyName="GfvSemVer" /> |
49 |
| - <Output TaskParameter="LegacySemVer" PropertyName="GfvLegacySemVer" /> |
50 |
| - <Output TaskParameter="LegacySemVerPadded" PropertyName="GfvLegacySemVerPadded" /> |
51 |
| - <Output TaskParameter="FullSemVer" PropertyName="GfvFullSemVer" /> |
52 |
| - <Output TaskParameter="AssemblySemVer" PropertyName="GfvAssemblySemVer" /> |
53 |
| - <Output TaskParameter="NuGetVersion" PropertyName="GfvNuGetVersion" /> |
54 |
| - <Output TaskParameter="PreReleaseTag" PropertyName="GfvPreReleaseTag" /> |
55 |
| - <Output TaskParameter="PreReleaseTagWithDash" PropertyName="GfvPreReleaseTagWithDash" /> |
56 |
| - <Output TaskParameter="InformationalVersion" PropertyName="GfvInformationalVersion" /> |
| 39 | + <GetVersion SolutionDirectory="$(SolutionDir)" NoFetch="$(GitVersion_NoFetchEnabled)"> |
| 40 | + <Output TaskParameter="Major" PropertyName="GitVersion_Major" /> |
| 41 | + <Output TaskParameter="Minor" PropertyName="GitVersion_Minor" /> |
| 42 | + <Output TaskParameter="Patch" PropertyName="GitVersion_Patch" /> |
| 43 | + <Output TaskParameter="BuildMetaData" PropertyName="GitVersion_BuildMetaData" /> |
| 44 | + <Output TaskParameter="FullBuildMetaData" PropertyName="GitVersion_FullBuildMetaData" /> |
| 45 | + <Output TaskParameter="BranchName" PropertyName="GitVersion_BranchName" /> |
| 46 | + <Output TaskParameter="Sha" PropertyName="GitVersion_Sha" /> |
| 47 | + <Output TaskParameter="MajorMinorPatch" PropertyName="GitVersion_MajorMinorPatch" /> |
| 48 | + <Output TaskParameter="SemVer" PropertyName="GitVersion_SemVer" /> |
| 49 | + <Output TaskParameter="LegacySemVer" PropertyName="GitVersion_LegacySemVer" /> |
| 50 | + <Output TaskParameter="LegacySemVerPadded" PropertyName="GitVersion_LegacySemVerPadded" /> |
| 51 | + <Output TaskParameter="FullSemVer" PropertyName="GitVersion_FullSemVer" /> |
| 52 | + <Output TaskParameter="AssemblySemVer" PropertyName="GitVersion_AssemblySemVer" /> |
| 53 | + <Output TaskParameter="NuGetVersion" PropertyName="GitVersion_NuGetVersion" /> |
| 54 | + <Output TaskParameter="PreReleaseTag" PropertyName="GitVersion_PreReleaseTag" /> |
| 55 | + <Output TaskParameter="PreReleaseTagWithDash" PropertyName="GitVersion_PreReleaseTagWithDash" /> |
| 56 | + <Output TaskParameter="InformationalVersion" PropertyName="GitVersion_InformationalVersion" /> |
| 57 | + <Output TaskParameter="CommitDate" PropertyName="GitVersion_CommitDate" /> |
57 | 58 | </GetVersion>
|
58 | 59 |
|
59 | 60 | </Target>
|
|
0 commit comments