File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ parameters:
2626
2727
2828steps :
29- - bash : |
30- docker buildx ls
31- # rm ~/.docker/config.json
32- # Pull windows image to allow building windows images on the Linux platform.
33- docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2019
34- docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2022
35- displayName : Pull Required Images
29+ # - bash: |
30+ # docker buildx ls
31+ # # rm ~/.docker/config.json
32+ # # Pull windows image to allow building windows images on the Linux platform.
33+ # docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2019
34+ # docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2022
35+ # displayName: Pull Required Images
3636
3737- task : 1ES.BuildContainerImage@1
3838 retryCountOnTaskFailure : 3
You can’t perform that action at this time.
0 commit comments