3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-21 16:16:38 +00:00

set nightly feed to Z3Build/Z3-Nightly-Build

This commit is contained in:
jofleish 2022-04-14 07:45:34 -04:00
parent 6a7b6a2e0f
commit 0eea1b3970

View file

@ -527,14 +527,14 @@ stages:
displayName: 'NuGet Nightly x64 push'
inputs:
command: push
publishVstsFeed: 'Z3PublicNightly'
publishVstsFeed: 'Z3Build/Z3-Nightly-Build'
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
allowPackageConflicts: true
- task: NuGetCommand@2
displayName: 'NuGet Nightly x86 push'
inputs:
command: push
publishVstsFeed: 'Z3PublicNightly'
publishVstsFeed: 'Z3Build/Z3-Nightly-Build'
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
allowPackageConflicts: true