From 82aae345d90c5188072722192b8d35ca60bbbb3e Mon Sep 17 00:00:00 2001 From: jofleish Date: Thu, 24 Mar 2022 08:20:34 -0400 Subject: [PATCH] Set up a feed for Intellitest that won't be updated by nightly build --- scripts/nightly.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 5998525dc..6f195da13 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -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