-
Notifications
You must be signed in to change notification settings - Fork 54
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
Update internal build image #3328
Conversation
The `build.windows.10.amd64.vs2019` image doesn't exist anymore, it was replaced by `windows.vs2019.amd64`
note that this also affects release/6.0 and release/7.0 branches so it should probably be backported |
@akoeplinger , what about pool name? I see following in 6.0 vs main in ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore-Svc-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals windows.vs2019.amd64 vs ${{ if eq(variables['System.TeamProject'], 'public') }}:
vmImage: 'windows-2019'
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals windows.vs2019.amd64 |
You can subscribe to the As for the pool names: the For internal builds the main branch should use |
The
build.windows.10.amd64.vs2019
image doesn't exist anymore, it was replaced bywindows.vs2019.amd64