Fixed pipelines NuGet version number string

This commit is contained in:
Kim Laine 2020-01-28 22:16:45 -08:00
Родитель 1dad18cff3
Коммит 757c68be68
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -16,7 +16,7 @@ stages:
steps:
- template: templates/windows-build.yml
parameters:
nuget_version: 5.4.0
nuget_version: '5.4.0'
- job: Linux
displayName: Linux
@ -62,4 +62,4 @@ stages:
steps:
- template: templates/pack.yml
parameters:
nuget_version: 5.4.0
nuget_version: '5.4.0'

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

@ -48,7 +48,7 @@ steps:
Contents: '*'
TargetFolder: '$(Build.ArtifactStagingDirectory)\windows-drop\dotnet\lib\'
- task: NuGetToolInstaller@0
- task: NuGetToolInstaller@1
displayName: 'Use NuGet'
inputs:
versionSpec: ${{ parameters.nuget_version }}

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

@ -4,7 +4,7 @@ parameters:
steps:
- task: NuGetToolInstaller@0
- task: NuGetToolInstaller@1
displayName: 'Use NuGet'
inputs:
versionSpec: ${{ parameters.nuget_version }}