mirror of
https://github.com/Z3Prover/z3
synced 2025-08-09 04:31:24 +00:00
crate public feed for upstream testing
This commit is contained in:
parent
e496afd908
commit
6a7b6a2e0f
1 changed files with 2 additions and 2 deletions
|
@ -527,14 +527,14 @@ stages:
|
||||||
displayName: 'NuGet Nightly x64 push'
|
displayName: 'NuGet Nightly x64 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3DevIntellitest'
|
publishVstsFeed: 'Z3PublicNightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
displayName: 'NuGet Nightly x86 push'
|
displayName: 'NuGet Nightly x86 push'
|
||||||
inputs:
|
inputs:
|
||||||
command: push
|
command: push
|
||||||
publishVstsFeed: 'Z3DevIntellitest'
|
publishVstsFeed: 'Z3PublicNightly'
|
||||||
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
||||||
allowPackageConflicts: true
|
allowPackageConflicts: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue