Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update microbuild pool to VS2019 #243

Merged
merged 3 commits into from
Aug 23, 2021
Merged
Changes from 2 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
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trigger:
pr: none

queue:
name: VSEng-MicroBuildVS2017
name: VSEngSS-MicroBuild2019
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build broke because the host probably doesn't have the right cached docker image, but odd it couldn't pull it? Maybe no connection to the outside world?

Step 1/6 : FROM microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d
manifest for microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d not found: manifest unknown: manifest unknown

@lwillia updated these recently and may remember where to look off hand.

Additionally, make sure that the right Windows SDK targets are installed, though I see the Build step completed successfully so it would seem it is installed.

timeoutInMinutes: 120
demands:
- ChocolateyInstall
Expand Down