Skip to content

Commit

Permalink
Jobs/PrGate.yml: Fix 'CLANGPDB' string expression issue (#354)
Browse files Browse the repository at this point in the history
Fix a string comparation expression issue in /Jobs/PrGate.yml
  • Loading branch information
MarcChen46 authored Jul 22, 2024
1 parent f81eb4d commit 84958c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jobs/PrGate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- ${{ if and(eq(parameters.rust_build, true), ne(item.Value.SelfHostAgent, true)) }}:
- template: ../Steps/RustSetupSteps.yml
- ${{ if and(contains(parameters.tool_chain_tag, CLANGPDB), ne(item.Value.SelfHostAgent, true)) }}:
- ${{ if and(contains(parameters.tool_chain_tag, 'CLANGPDB'), ne(item.Value.SelfHostAgent, true)) }}:
- template: ../Steps/SetupToolChainTagPreReqs.yml
- ${{ parameters.extra_steps }}
- template: ../Steps/PrGate.yml
Expand Down

0 comments on commit 84958c8

Please sign in to comment.