3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 12:08:18 +00:00

fix authentication input

This commit is contained in:
jofleish 2022-03-23 08:51:20 -04:00
parent 16f47954c0
commit 13a33a3966

View file

@ -471,7 +471,8 @@ stages:
steps: steps:
- task: NuGetAuthenticate@0 - task: NuGetAuthenticate@0
displayName: 'NuGet Authenticate' displayName: 'NuGet Authenticate'
inputs: Z3NightlyNuget inputs:
nuGetServiceConnections: Z3NightlyNuget
- task: NuGetToolInstaller@0 - task: NuGetToolInstaller@0
inputs: inputs:
versionSpec: 5.x versionSpec: 5.x