ci: switch to release feed/branch
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- job: Windows_build
|
- job: Windows_build
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
condition: ne(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
|
condition: ne(variables['Build.SourceBranch'], 'refs/heads/dev')
|
||||||
steps:
|
steps:
|
||||||
- template: azure/build.yml
|
- template: azure/build.yml
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
condition: |
|
condition: |
|
||||||
and (
|
and (
|
||||||
succeeded(),
|
succeeded(),
|
||||||
eq(variables['Build.SourceBranch'], 'refs/heads/ci/azure')
|
eq(variables['Build.SourceBranch'], 'refs/heads/dev')
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
- template: azure/build.yml
|
- template: azure/build.yml
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ steps:
|
|||||||
command: push
|
command: push
|
||||||
nuGetFeedType: external
|
nuGetFeedType: external
|
||||||
packagesToPush: 'artifacts/*.nupkg'
|
packagesToPush: 'artifacts/*.nupkg'
|
||||||
publishFeedCredentials: myget-foxbot
|
publishFeedCredentials: myget-discord
|
||||||
|
|||||||
Reference in New Issue
Block a user