mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
Set up a feed for Intellitest that won't be updated by nightly build
This commit is contained in:
parent
a4af26e2f0
commit
82aae345d9
|
@ -492,14 +492,14 @@ stages:
|
|||
displayName: 'NuGet Nightly x64 push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'Z3Nightly'
|
||||
publishVstsFeed: 'Z3DevIntellitest'
|
||||
packagesToPush: $(Agent.TempDirectory)/x64/*.nupkg
|
||||
allowPackageConflicts: true
|
||||
- task: NuGetCommand@2
|
||||
displayName: 'NuGet Nightly x86 push'
|
||||
inputs:
|
||||
command: push
|
||||
publishVstsFeed: 'Z3Nightly'
|
||||
publishVstsFeed: 'Z3DevIntellitest'
|
||||
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
|
||||
allowPackageConflicts: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue