Skip to content

Commit

Permalink
Noop prep command to avoid empty var errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 9, 2024
1 parent 565cd27 commit da42fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ stages:
- job: 'Windows_Latest'
strategy:
matrix:
VS ${{variables.vs_latest}}: {TOOLSET: "${{variables.vc_latest}}", TEST_TOOLSET: msvc, VM_IMAGE: "${{variables.windows_latest_vm}}"}
VS ${{variables.vs_latest}}: {TOOLSET: "${{variables.vc_latest}}", TEST_TOOLSET: msvc, VM_IMAGE: "${{variables.windows_latest_vm}}", PREP_CMD: "echo noop"}
Clang (VS${{variables.vs_latest}}): {TOOLSET: clang-win, TEST_TOOLSET: clang-win, VM_IMAGE: "${{variables.windows_latest_vm}}", PREP_CMD: "choco upgrade llvm"}
pool:
vmImage: $(VM_IMAGE)
Expand Down

0 comments on commit da42fb2

Please sign in to comment.