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

Commit c857ae8

Browse files
committed
Remove check format as dependency
1 parent 85acfdb commit c857ae8

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)