Skip to content

Commit

Permalink
Merge pull request #13409 from sfoslund/RC1ToRC2
Browse files Browse the repository at this point in the history
Merge RC1 to RC2
  • Loading branch information
sfoslund authored Sep 8, 2020
2 parents b18c3a8 + 3632d70 commit 7af5707
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,26 +133,6 @@ stages:
_PublishType: none
_SignType: test

- template: /eng/build.yml
parameters:
agentOs: Darwin
pool:
name: Hosted macOS
${{ if eq(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: OSX.1014.Amd64.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: OSX.1014.Amd64
strategy:
matrix:
Build_Debug:
_BuildConfig: Debug
_PublishType: none
_SignType: test
Build_Release:
_BuildConfig: Release
_PublishType: none
_SignType: test

- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- template: /eng/common/templates/job/publish-build-assets.yml
parameters:
Expand Down

0 comments on commit 7af5707

Please sign in to comment.