From 139608f4c8c0e639b4a4e7d706d7165bbab308fb Mon Sep 17 00:00:00 2001 From: "T. Thiery" Date: Thu, 21 Mar 2024 22:21:03 +0100 Subject: [PATCH] Remove Example project from packaging #199 non-breaking --- .github/workflows/build-release.yml | 2 +- .../SharpBrick.PoweredUp.ExampplesOnProtocol.csproj | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index e805379..29a1f73 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -31,7 +31,7 @@ jobs: path: ./artifacts publish-nuget: if: github.event_name == 'release' - runs-on: windows-latest + runs-on: ubuntu-latest needs: [ build ] env: DOTNET_CLI_TELEMETRY_OPTOUT: 1 diff --git a/examples/SharpBrick.PoweredUp.ExampplesOnProtocol/SharpBrick.PoweredUp.ExampplesOnProtocol.csproj b/examples/SharpBrick.PoweredUp.ExampplesOnProtocol/SharpBrick.PoweredUp.ExampplesOnProtocol.csproj index b5012ec..ed9b9af 100644 --- a/examples/SharpBrick.PoweredUp.ExampplesOnProtocol/SharpBrick.PoweredUp.ExampplesOnProtocol.csproj +++ b/examples/SharpBrick.PoweredUp.ExampplesOnProtocol/SharpBrick.PoweredUp.ExampplesOnProtocol.csproj @@ -6,6 +6,7 @@ net8.0 enable enable + false