forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies from /~https://github.com/dotnet/arcade build 20230…
…424.1 (dotnet#30751) [main] Update dependencies from dotnet/arcade
- Loading branch information
1 parent
e737495
commit 07284ac
Showing
6 changed files
with
32 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
parameters: | ||
disableComponentGovernance: false | ||
componentGovernanceIgnoreDirectories: '' | ||
|
||
steps: | ||
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}: | ||
- script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true" | ||
displayName: Set skipComponentGovernanceDetection variable | ||
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}: | ||
- task: ComponentGovernanceComponentDetection@0 | ||
continueOnError: true | ||
inputs: | ||
ignoreDirectories: ${{ parameters.componentGovernanceIgnoreDirectories }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters