From 2fa8df8624fdfcfeefc702a158034347744bcb5e Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 17 Mar 2019 12:58:55 -0400 Subject: [PATCH] ci: switch to release feed/branch --- azure-pipelines.yml | 4 ++-- azure/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f439d1246..5a2ee8465 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ jobs: - job: Windows_build pool: vmImage: 'vs2017-win2016' - condition: ne(variables['Build.SourceBranch'], 'refs/heads/ci/azure') + condition: ne(variables['Build.SourceBranch'], 'refs/heads/dev') steps: - template: azure/build.yml @@ -24,7 +24,7 @@ jobs: condition: | and ( succeeded(), - eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure') + eq(variables['Build.SourceBranch'], 'refs/heads/dev') ) steps: - template: azure/build.yml diff --git a/azure/deploy.yml b/azure/deploy.yml index f861ad433..f2affe667 100644 --- a/azure/deploy.yml +++ b/azure/deploy.yml @@ -29,4 +29,4 @@ steps: command: push nuGetFeedType: external packagesToPush: 'artifacts/*.nupkg' - publishFeedCredentials: myget-foxbot + publishFeedCredentials: myget-discord