Skip to content

Commit

Permalink
Missing )
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Dec 24, 2020
1 parent 4c29735 commit ada8cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/azure-pipelines.qns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
dependsOn: publish_docker
timeout: ${{ parameters.timeout }}
measurements: ${{ parameters.measurements }}
${{ if and(parameters.custom_build, ne(variables['Build.Reason'], 'BatchedCI') }}:
${{ if and(parameters.custom_build, ne(variables['Build.Reason'], 'BatchedCI')) }}:
build: custom-$(Build.BuildId)
${{ if eq(variables['Build.Reason'], 'BatchedCI') }}:
clients: [ 'quic-go', 'quant', 'msquic' ]
Expand Down

0 comments on commit ada8cc6

Please sign in to comment.