-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Move windows build machines to NetCorePublic-Pool. #4375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,7 +65,8 @@ jobs: | |
name: Windows_x64_NetCoreApp21 | ||
buildScript: build.cmd | ||
pool: | ||
name: Hosted VS2017 | ||
name: NetCorePublic-Pool | ||
queue: buildpool.windows.10.amd64.vs2017.open | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we instead build on VS2019? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It probably doesn't matter either way. The only thing we use the VS on the machine for is the C++ compiler. But if we wanted to update all of them to vs2019, that would be OK with me. But I don't think it is 100% required. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just ask because there has been discussions for corefx and other repos that we should be using the latest toolset to dogfood... but that can be done in a separate PR. |
||
|
||
- template: /build/ci/job-template.yml | ||
parameters: | ||
|
@@ -81,12 +82,14 @@ jobs: | |
_config_short: RFX | ||
_includeBenchmarkData: false | ||
pool: | ||
name: Hosted VS2017 | ||
name: NetCorePublic-Pool | ||
queue: buildpool.windows.10.amd64.vs2017.open | ||
|
||
- template: /build/ci/job-template.yml | ||
parameters: | ||
name: Windows_x86_NetCoreApp21 | ||
architecture: x86 | ||
buildScript: build.cmd | ||
pool: | ||
name: Hosted VS2017 | ||
name: NetCorePublic-Pool | ||
queue: buildpool.windows.10.amd64.vs2017.open |
Uh oh!
There was an error while loading. Please reload this page.