From 007106b119714a7600e75d5de9579e91c01ca6e3 Mon Sep 17 00:00:00 2001 From: timtay-microsoft Date: Wed, 17 Jul 2024 14:43:41 -0700 Subject: [PATCH] try out another 1es image for docker access --- vsts/vsts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsts/vsts.yaml b/vsts/vsts.yaml index 8ad366a8c3..28fd76dc95 100644 --- a/vsts/vsts.yaml +++ b/vsts/vsts.yaml @@ -337,7 +337,7 @@ jobs: SHOULD_RUN: ${{ eq(variables['testNet472'], 'True') }} pool: # If this is changed, don't forget to update supported_platforms.md in the root directory. That document outlines what OS we test on and should stay up to date. - name: 'sdk-net--win-vs2022' + name: 'sdk-c--win-vs2022' steps: - task: PowerShell@2 displayName: 'Print vars'