Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,3 @@ updates:
directory: / # Location of package manifests
schedule:
interval: weekly
- package-ecosystem: nuget # See documentation for possible values
directory: / # Location of package manifests
schedule:
interval: weekly
475 changes: 191 additions & 284 deletions .github/workflows/CI.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-Default-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true

permissions:
contents: write
contents: read
pull-requests: write
statuses: write

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Workflow-Test-WithManifest-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true

permissions:
contents: write
contents: read
pull-requests: write
statuses: write

Expand All @@ -22,4 +22,4 @@ jobs:
Path: tests/srcWithManifest
ModulesOutputPath: tests/outputs/modules
DocsOutputPath: tests/outputs/docs
SkipTests: Desktop, Linux
SkipTests: Linux
2 changes: 1 addition & 1 deletion .github/workflows/Workflow-Test-WithManifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
ModulesOutputPath: tests/outputs/modules
DocsOutputPath: tests/outputs/docs
TestProcess: true
SkipTests: Desktop, Linux
SkipTests: Linux
Loading