3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-08 04:01:22 +00:00

Set up a feed for Intellitest that won't be updated by nightly build

This commit is contained in:
jofleish 2022-03-24 08:20:34 -04:00
parent a4af26e2f0
commit 82aae345d9

View file

@ -492,14 +492,14 @@ stages:
displayName: 'NuGet Nightly x64 push' displayName: 'NuGet Nightly x64 push'
inputs: inputs:
command: push command: push
publishVstsFeed: 'Z3Nightly' publishVstsFeed: 'Z3DevIntellitest'
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: 'Z3Nightly' publishVstsFeed: 'Z3DevIntellitest'
packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg packagesToPush: $(Agent.TempDirectory)/x86/*.nupkg
allowPackageConflicts: true allowPackageConflicts: true