From f28ed888ee31621605481a92fb770d2e02fa44f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 04:53:15 +0000 Subject: [PATCH 1/2] Update dependency Rocket.Surgery.Nuke to v1.8.34 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - + From aeebd2bae40cc5a590ea0cafc20eee5cb277411d Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Thu, 23 May 2024 00:54:38 -0400 Subject: [PATCH 2/2] Automatically linting code --- .github/workflows/ci.yml | 1 + .github/workflows/lint.yml | 1 + .nuke/build.schema.json | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) 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",