ci: switch to release feed/branch
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -29,4 +29,4 @@ steps:
|
||||
command: push
|
||||
nuGetFeedType: external
|
||||
packagesToPush: 'artifacts/*.nupkg'
|
||||
publishFeedCredentials: myget-foxbot
|
||||
publishFeedCredentials: myget-discord
|
||||
|
||||
Reference in New Issue
Block a user