Skip to content

Commit

Permalink
use win8 helix pools because win10 pools aren't ready for us yet
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamYoblick committed Dec 11, 2018
1 parent 7ac7875 commit 0aa3dc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions eng/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
value: ''

# needed for helix jobs
# The win10 pool isn't ready for us yet, so using 8.1 in the meantime
# When ready, change value to 'Windows.10.Amd64.Open'
- name: _HelixAgentPool
value: 'Windows.10.Amd64.Open'
value: 'Windows.81.Amd64.Open'
# - name: _WinformsControlsTestBinDir
# value: $(BUILD.SOURCESDIRECTORY)\artifacts\bin\WinformsControlsTest\$(_BuildConfig)\netcoreapp3.0
# - name: _WinformsFuncTestBinDir
Expand Down Expand Up @@ -82,8 +84,10 @@ jobs:
- name: _OfficialBuildIdArgs
value: /p:OfficialBuildId=$(BUILD.BUILDNUMBER)

# The win10 pool isn't ready for us yet, so using 8.1 in the meantime
# When ready, change value to 'Windows.10.Amd64'
- name: _HelixAgentPool
value: 'Windows.10.Amd64'
value: 'Windows.81.Amd64'

strategy:
matrix:
Expand Down

0 comments on commit 0aa3dc5

Please sign in to comment.