Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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