Skip to content

Commit

Permalink
ci: fix windows os pool definition
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Feb 29, 2024
1 parent c895b73 commit c057522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,13 @@ extends:
os: linux # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS

sdl:
sourceAnalysisPool:
name: Azure-Pipelines-1ESPT-ExDShared
os: windows
credscan:
suppressionsFile: $(Build.SourcesDirectory)/.azure-pipelines/config/CredScanSuppressions.json
os: windows
policheck:
exclusionFile: $(Build.SourcesDirectory)/.azure-pipelines/config/PoliCheckExclusions.xml
os: windows


# test ----------> | build -> | |
Expand Down

0 comments on commit c057522

Please sign in to comment.