Skip to content

Commit c7c6249

Browse files
authored
Merge pull request #66 from microsoft/dev/dalimapa/UpdateMicrobuildToVS2019
Update microbuild pool to VS 2019
2 parents 1c7837a + 38f87ba commit c7c6249

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ trigger:
1414
pr: none
1515

1616
queue:
17-
name: VSEng-MicroBuildVS2017
17+
name: VSEngSS-MicroBuild2019
1818
timeoutInMinutes: 120
1919
demands:
2020
- MSBuild

docker/Debug.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the MIT license. See LICENSE.txt in the project root for license information.
55

66
# Based on latest image cached by Azure Pipelines: https://docs.microsoft.com/azure/devops/pipelines/agents/hosted#software
7-
FROM microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d
7+
FROM microsoft/windowsservercore@sha256:ac71e33f27c2a6b5db30be0419458e0c4e926214bc9c85afd4d6d6f9028d7233
88
SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"]
99

1010
ENV INSTALLER_VERSION=1.14.190.31519 `

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the MIT license. See LICENSE.txt in the project root for license information.
55

66
# Based on latest image cached by Azure Pipelines: https://docs.microsoft.com/azure/devops/pipelines/agents/hosted#software
7-
FROM microsoft/windowsservercore@sha256:431315d3208b79a74c7e598aacb469f0e58a18977f5b93885b1d8d7027cae03d
7+
FROM microsoft/windowsservercore@sha256:ac71e33f27c2a6b5db30be0419458e0c4e926214bc9c85afd4d6d6f9028d7233
88
SHELL ["powershell.exe", "-ExecutionPolicy", "Bypass", "-Command"]
99

1010
ENV INSTALLER_VERSION=1.14.190.31519 `

0 commit comments

Comments
 (0)