Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit b1433d3

Browse files
authored
Merge pull request #253 from microsoftgraph/fix/release
Remove check format as dependency
2 parents 85acfdb + c857ae8 commit b1433d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ stages:
345345

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

0 commit comments

Comments
 (0)