From 16abede68d619f2f83b3254b573cac6c64da6f07 Mon Sep 17 00:00:00 2001 From: mom-bbtsoftware <122623555+mom-bbtsoftware@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:35:00 +0100 Subject: [PATCH] Fix dotnet pack (#135) (#136) --- .github/workflows/release.yml | 2 +- src/BBT.MaybePattern/BBT.MaybePattern.csproj | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8321eae..0fe7e95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,4 +55,4 @@ jobs: run: dotnet pack -c $BUILD_CONFIG -p:PackageVersion=$BUILD_VERSION - name: Publish NuGet - run: nuget push ./BBT.MaybePattern/bin/Release/BBT.MaybePattern.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} + run: nuget push ./BBT.MaybePattern/bin/Release/BBT.Maybe.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}} diff --git a/src/BBT.MaybePattern/BBT.MaybePattern.csproj b/src/BBT.MaybePattern/BBT.MaybePattern.csproj index ba981f5..c5b269f 100644 --- a/src/BBT.MaybePattern/BBT.MaybePattern.csproj +++ b/src/BBT.MaybePattern/BBT.MaybePattern.csproj @@ -4,25 +4,28 @@ netstandard2.0;net6.0 BBT.MaybePattern ..\BBT.MaybePattern.ruleset - bin\$(Configuration)\BBT.MaybePattern.XML + bin\$(Configuration)\BBT.MaybePattern.xml bin\$(Configuration)\ true - BBT.MaybePattern - An option type for .NET - BBT.MaybePattern + BBT Maybe + An option type for .NET. + BBT.Maybe BBT Software AG BBT Software AG Copyright © BBT Software AG + BBT.Maybe Maybe Functional icon.png https://github.com/bbtsoftware/BBT.Maybe/ MIT + false git https://github.com/bbtsoftware/BBT.Maybe.git https://github.com/bbtsoftware/BBT.Maybe/releases/tag/3.1.1 + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb;.xml @@ -33,6 +36,10 @@ pdbonly + + + + all