Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vsts/vsts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down