This commit is contained in:
Jerome Laban 2020-03-12 10:05:55 -04:00
Родитель 55ce767186
Коммит 1adf922b40
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -33,9 +33,10 @@ jobs:
nugetUpdaterVersion: 2.0.2 nugetUpdaterVersion: 2.0.2
packageAuthor: nventive packageAuthor: nventive
- task: gittools.gitversion.gitversion-task.GitVersion@4 - task: GitVersion@5
inputs: inputs:
updateAssemblyInfo: false useConfigFile: true
configFilePath: gitversion.yml
- task: NuGetToolInstaller@0 - task: NuGetToolInstaller@0
inputs: inputs:
@ -137,9 +138,10 @@ jobs:
echo LD_LIBRARY_PATH: $lib_path echo LD_LIBRARY_PATH: $lib_path
echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$lib_path" echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$lib_path"
- task: gittools.gitversion.gitversion-task.GitVersion@4 - task: GitVersion@5
inputs: inputs:
updateAssemblyInfo: false useConfigFile: true
configFilePath: gitversion.yml
- task: NuGetToolInstaller@0 - task: NuGetToolInstaller@0
inputs: inputs: