зеркало из https://github.com/microsoft/SEAL.git
Fixed pipelines NuGet version number string
This commit is contained in:
Родитель
1dad18cff3
Коммит
757c68be68
|
@ -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 }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче