Skip to content

Commit 139608f

Browse files
committed
Remove Example project from packaging
#199 non-breaking
1 parent 6ad9762 commit 139608f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: ./artifacts
3232
publish-nuget:
3333
if: github.event_name == 'release'
34-
runs-on: windows-latest
34+
runs-on: ubuntu-latest
3535
needs: [ build ]
3636
env:
3737
DOTNET_CLI_TELEMETRY_OPTOUT: 1

examples/SharpBrick.PoweredUp.ExampplesOnProtocol/SharpBrick.PoweredUp.ExampplesOnProtocol.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">net8.0</TargetFrameworks>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<Nullable>enable</Nullable>
9+
<IsPackable>false</IsPackable>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)