Skip to content

Commit

Permalink
Merge pull request #747 from AArnott/apiscan
Browse files Browse the repository at this point in the history
Consume APIScan variable group
  • Loading branch information
AArnott authored Dec 3, 2021
2 parents c1f4665 + 6cca27b commit 5e740fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ parameters:
jobs:
- job: Windows
pool: ${{ parameters.windowsPool }}
variables:
- ${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
# https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/25351/APIScan-step-by-step-guide-to-setting-up-a-Pipeline
- group: VSExtensibility-APIScan
steps:
- checkout: self
clean: true
Expand Down

0 comments on commit 5e740fc

Please sign in to comment.