Skip to content

Commit

Permalink
Remove perf from builds (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Sep 18, 2019
1 parent 3d4cfe6 commit b3a343b
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,47 +52,6 @@ stages:
_SignType: real
_Test: ''

- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- template: /eng/build.yml
parameters:
agentOs: Windows_Perf_Helix
pool:
name: Hosted VS2017
strategy:
matrix:
Build_Release:
_BuildConfig: Release
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed: false

- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- template: /eng/build.yml
parameters:
agentOs: Windows_Perf_Helix_Fullframework
pool:
name: Hosted VS2017
strategy:
matrix:
Build_Release:
_BuildConfig: Release
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed: false

- template: /eng/build.yml
parameters:
agentOs: Linux_Perf_Helix
pool:
name: Hosted Ubuntu 1604
strategy:
matrix:
Build_Release:
_BuildConfig: Release
_PublishType: none
_SignType: test
_DotNetPublishToBlobFeed: false

- ${{ if eq(variables['System.TeamProject'], 'public') }}:
- template: /eng/build.yml
parameters:
Expand Down

0 comments on commit b3a343b

Please sign in to comment.