Skip to content

Commit

Permalink
Merge pull request #253 from microsoftgraph/fix/release
Browse files Browse the repository at this point in the history
Remove check format as dependency
  • Loading branch information
calebkiage authored Feb 11, 2023
2 parents 85acfdb + c857ae8 commit b1433d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ stages:

- stage: binaryScan
displayName: Scan binaries (Anti malware, BinSkim)
dependsOn: [build, checkFormat, srcScan]
dependsOn: [build, srcScan] # Check format would be a dependency if enabled.
pool:
vmImage: windows-latest
# Only scan binaries if we're building a tag, building main, or building a PR targeting main
Expand Down

0 comments on commit b1433d3

Please sign in to comment.