-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] Update dependencies from dotnet/arcade (#58635)
[main] Update dependencies from dotnet/arcade
- Loading branch information
1 parent
19bbd47
commit 456baf2
Showing
12 changed files
with
189 additions
and
964 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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,31 @@ | ||
parameters: | ||
# See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md | ||
continueOnError: false | ||
# Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job | ||
jobs: [] | ||
# Optional: if specified, restore and use this version of Guardian instead of the default. | ||
overrideGuardianVersion: '' | ||
|
||
jobs: | ||
- template: /eng/common/templates/jobs/jobs.yml | ||
parameters: | ||
enableMicrobuild: false | ||
enablePublishBuildArtifacts: false | ||
enablePublishTestResults: false | ||
enablePublishBuildAssets: false | ||
enablePublishUsingPipelines: false | ||
enableTelemetry: true | ||
|
||
variables: | ||
- group: Publish-Build-Assets | ||
# The Guardian version specified in 'eng/common/sdl/packages.config'. This value must be kept in | ||
# sync with the packages.config file. | ||
- name: DefaultGuardianVersion | ||
value: 0.109.0 | ||
- name: GuardianPackagesConfigFile | ||
value: $(Build.SourcesDirectory)\eng\common\sdl\packages.config | ||
- name: GuardianVersion | ||
value: ${{ coalesce(parameters.overrideGuardianVersion, '$(DefaultGuardianVersion)') }} | ||
|
||
jobs: ${{ parameters.jobs }} | ||
|
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
Oops, something went wrong.