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.amd64vs ${{ 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.vs2019image doesn't exist anymore, it was replaced bywindows.vs2019.amd64