mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
test publish to public project feed
This commit is contained in:
parent
ce04c16a6f
commit
8273a20498
|
@ -489,14 +489,14 @@ stages:
|
|||
displayName: 'NuGet Nightly x64 push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
|
||||
publishVstsFeed: 'Z3 Public Nuget/Z3-Public-Nightly'
|
||||
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
||||
allowPackageConflicts: true
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet Nightly x86 push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'Z3Build/Z3-Nightly-builds'
|
||||
publishVstsFeed: 'Z3 Public Nuget/Z3-Public-Nightly'
|
||||
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
||||
allowPackageConflicts: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue