Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
timtay-microsoft committed Aug 7, 2024
1 parent 7aefb08 commit 89e5b1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vsts/vsts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ jobs:
- script: |
choco install -y squid
displayName: "Install Squid" # TODO this no longer starts the proxy, needs investigation
displayName: "Install Squid"
condition: eq(variables.SHOULD_RUN, 'True')
- powershell: ./vsts/start_tpm_windows.ps1
displayName: "Start TPM Simulator"
Expand Down Expand Up @@ -423,7 +424,7 @@ jobs:
E2E_IKEY: $(E2E-IKEY)

# Environment variables for the DevOps pipeline
PROXY_SERVER_ADDRESS: 127.0.0.1:8888
PROXY_SERVER_ADDRESS: 127.0.0.1:3128
TARGET_BRANCH: $(System.PullRequest.TargetBranch)
FRAMEWORK: $(FRAMEWORK)

Expand Down

0 comments on commit 89e5b1e

Please sign in to comment.