Skip to content

Commit

Permalink
Shorten public feed to Z3Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jfleisher committed Mar 23, 2022
1 parent bb4a2b9 commit a4af26e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,14 +492,14 @@ stages:
displayName: 'NuGet Nightly x64 push'
inputs:
command: push
publishVstsFeed: 'Z3-Public-Nightly'
publishVstsFeed: 'Z3Nightly'
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
allowPackageConflicts: true
- task: NuGetCommand@2
displayName: 'NuGet Nightly x86 push'
inputs:
command: push
publishVstsFeed: 'Z3-Public-Nightly'
publishVstsFeed: 'Z3Nightly'
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
allowPackageConflicts: true

Expand Down

0 comments on commit a4af26e

Please sign in to comment.