-
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Codecov Report
@@ Coverage Diff @@
## master #4375 +/- ##
==========================================
- Coverage 74.66% 74.63% -0.03%
==========================================
Files 883 883
Lines 155117 155117
Branches 16931 16931
==========================================
- Hits 115814 115775 -39
- Misses 34549 34598 +49
+ Partials 4754 4744 -10
|
@@ -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 comment
The 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 comment
The 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 comment
The 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.
…)" This reverts commit c922529.
* Move windows build machines to NetCorePublic-Pool. * PR feedback. * PR feedback.
…t#4377) * Revert "Move windows build machines to NetCorePublic-Pool. (dotnet#4375)" This reverts commit c922529. * Add step to cleanup test data before building packages to free up space * Increase build timeout.
Builds seem to be failing because it runs out of disk space.