From 354dacd029636d51dc31a7352e9a2211dd27b3a1 Mon Sep 17 00:00:00 2001 From: tmahmood-microsoft <104864765+tmahmood-microsoft@users.noreply.github.com> Date: Thu, 23 May 2024 13:05:59 -0700 Subject: [PATCH] Update vsts.yaml for Azure Pipelines --- vsts/vsts.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vsts/vsts.yaml b/vsts/vsts.yaml index fac5f3c84b..56669af6e3 100644 --- a/vsts/vsts.yaml +++ b/vsts/vsts.yaml @@ -231,7 +231,7 @@ jobs: ports: "127.0.0.1:8888:8888" restartPolicy: unlessStopped - - powershell: ./vsts/gatedBuild.ps1 + - powershell: .\vsts\gatedBuild.ps1 displayName: build condition: eq(variables.SHOULD_RUN, 'True') env: @@ -385,11 +385,11 @@ jobs: displayName: "Install Squid" condition: eq(variables.SHOULD_RUN, 'True') - - powershell: ./vsts/start_tpm_windows.ps1 + - powershell: .\vsts\start_tpm_windows.ps1 displayName: "Start TPM Simulator" condition: eq(variables.SHOULD_RUN, 'True') - - powershell: ./vsts/gatedBuild.ps1 + - powershell: .\vsts\gatedBuild.ps1 displayName: build condition: eq(variables.SHOULD_RUN, 'True') env: