Browse Source

ci: switch to release feed/branch

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
2fa8df8624
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      azure-pipelines.yml
  2. +1
    -1
      azure/deploy.yml

+ 2
- 2
azure-pipelines.yml View File

@@ -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


+ 1
- 1
azure/deploy.yml View File

@@ -29,4 +29,4 @@ steps:
command: push
nuGetFeedType: external
packagesToPush: 'artifacts/*.nupkg'
publishFeedCredentials: myget-foxbot
publishFeedCredentials: myget-discord

Loading…
Cancel
Save