|
10 | 10 | </PropertyGroup>
|
11 | 11 |
|
12 | 12 | <PropertyGroup Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' == ''">
|
13 |
| - <UtilPackVersion>$(PackageVersion_NuGetUtilsMSBuildExec)</UtilPackVersion> |
14 |
| - <UtilPackNuGetMSBuildPropsPath Condition=" '$(UtilPackNuGetMSBuildPropsPath)' == ''">$(MSBuildThisFileDirectory)../../../nugetutils.msbuild.exec/$(UtilPackVersion)/build/NuGetUtils.MSBuild.Exec.props</UtilPackNuGetMSBuildPropsPath> |
15 |
| - <UtilPackNuGetMSBuildPropsAbsolutePath>$([System.IO.Path]::GetFullPath('$(UtilPackNuGetMSBuildPropsPath)'))</UtilPackNuGetMSBuildPropsAbsolutePath> |
| 13 | + <NuGetUtilsVersion>$(PackageVersion_NuGetUtilsMSBuildExec)</NuGetUtilsVersion> |
| 14 | + <NuGetUtilsMSBuildPropsPath Condition=" '$(NuGetUtilsMSBuildPropsPath)' == ''">$(MSBuildThisFileDirectory)../../../nugetutils.msbuild.exec/$(NuGetUtilsVersion)/build/NuGetUtils.MSBuild.Exec.props</NuGetUtilsMSBuildPropsPath> |
| 15 | + <NuGetUtilsMSBuildPropsAbsolutePath>$([System.IO.Path]::GetFullPath('$(NuGetUtilsMSBuildPropsPath)'))</NuGetUtilsMSBuildPropsAbsolutePath> |
16 | 16 | <!-- Set absolute path to empty string if automatic deduction failed. -->
|
17 |
| - <UtilPackNuGetMSBuildPropsAbsolutePath Condition=" '$(UtilPackNuGetMSBuildPropsAbsolutePath)' == '' or !Exists('$(UtilPackNuGetMSBuildPropsAbsolutePath)') "></UtilPackNuGetMSBuildPropsAbsolutePath> |
| 17 | + <NuGetUtilsMSBuildPropsAbsolutePath Condition=" '$(NuGetUtilsMSBuildPropsAbsolutePath)' == '' or !Exists('$(NuGetUtilsMSBuildPropsAbsolutePath)') "></NuGetUtilsMSBuildPropsAbsolutePath> |
18 | 18 | </PropertyGroup>
|
19 | 19 |
|
20 | 20 | <PropertyGroup>
|
21 |
| - <GitVersionTaskBuildTools_CanCallDirectly Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' != '' or '$(UtilPackNuGetMSBuildPropsAbsolutePath)' != '' ">true</GitVersionTaskBuildTools_CanCallDirectly> |
| 21 | + <GitVersionTaskBuildTools_CanCallDirectly Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' != '' or '$(NuGetUtilsMSBuildPropsAbsolutePath)' != '' ">true</GitVersionTaskBuildTools_CanCallDirectly> |
22 | 22 | </PropertyGroup>
|
23 | 23 |
|
24 | 24 | <PropertyGroup>
|
25 |
| - <UtilPackTaskFactoryParametersXML Condition=" '$(MSBuildRuntimeType)' != 'Core' "> |
| 25 | + <NuGetUtilsTaskFactoryParametersXML Condition=" '$(MSBuildRuntimeType)' != 'Core' "> |
26 | 26 | <NuGetFramework>net461</NuGetFramework>
|
27 |
| - </UtilPackTaskFactoryParametersXML> |
28 |
| - <UtilPackTaskFactoryParametersXML> |
29 |
| - $(UtilPackTaskFactoryParametersXML) |
| 27 | + </NuGetUtilsTaskFactoryParametersXML> |
| 28 | + <NuGetUtilsTaskFactoryParametersXML> |
| 29 | + $(NuGetUtilsTaskFactoryParametersXML) |
30 | 30 | <PackageIDIsSelf>true</PackageIDIsSelf>
|
31 | 31 | <AssemblyPath>GitVersionTask.dll</AssemblyPath>
|
32 |
| - </UtilPackTaskFactoryParametersXML> |
| 32 | + </NuGetUtilsTaskFactoryParametersXML> |
33 | 33 | </PropertyGroup>
|
34 | 34 |
|
35 |
| - <!-- Import the UtilPack.NuGet.MSBuild props file directly, if we managed to deduce it. --> |
| 35 | + <!-- Import the NuGetUtils props file directly, if we managed to deduce it. --> |
36 | 36 | <ImportGroup>
|
37 |
| - <Import Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' == '' and '$(UtilPackNuGetMSBuildPropsAbsolutePath)' != '' " Project="$(UtilPackNuGetMSBuildPropsAbsolutePath)" /> |
| 37 | + <Import Condition=" '$(NuGetUtilsMSBuildExecAssemblyPath)' == '' and '$(NuGetUtilsMSBuildPropsAbsolutePath)' != '' " Project="$(NuGetUtilsMSBuildPropsAbsolutePath)" /> |
38 | 38 | <Import Condition=" '$(GitVersionTaskBuildTools_CanCallDirectly)' == 'true' " Project="$(GitVersionTaskBuildTools_FunctionalityFile)"/>
|
39 | 39 | </ImportGroup>
|
40 | 40 |
|
|
0 commit comments