diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d34219397..a4c25784a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -109,6 +109,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: 🚒 dotnet workload restore
+ continue-on-error: true
run: |
dotnet workload restore
- name: ⚒️ dotnet tool restore
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 36a06ef20..2dc4b4780 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -68,6 +68,7 @@ jobs:
with:
dotnet-version: '8.0.x'
- name: 🚒 dotnet workload restore
+ continue-on-error: true
run: |
dotnet workload restore
- name: ⚒️ dotnet tool restore
diff --git a/.nuke/build.schema.json b/.nuke/build.schema.json
index 471b39fe8..a29932357 100644
--- a/.nuke/build.schema.json
+++ b/.nuke/build.schema.json
@@ -95,7 +95,6 @@
"Default",
"DotNetFormat",
"DotnetToolRestore",
- "DotnetWorkloadRestore",
"GenerateCodeCoverageBadges",
"GenerateCodeCoverageReport",
"GenerateCodeCoverageReportCobertura",
@@ -133,7 +132,6 @@
"Default",
"DotNetFormat",
"DotnetToolRestore",
- "DotnetWorkloadRestore",
"GenerateCodeCoverageBadges",
"GenerateCodeCoverageReport",
"GenerateCodeCoverageReportCobertura",
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 9a0f82b80..2fb37b15b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -22,7 +22,7 @@
-
+