Skip to content

Commit

Permalink
Forget about that last commit :|
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Dec 5, 2023
1 parent 73ed7a4 commit a6a4085
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dotnet pack src/${{ env.project_name }}/${{ env.project_name }}.csproj \
--no-restore \
-c Release \
-o ./build-output/ \
-o ./build-output/ \
-p:Authors="${{ env.authors }}" \
-p:Description="${{ env.description }}" \
-p:PackageLicenseExpression="${{ env.spdx }}" \
Expand All @@ -65,5 +65,5 @@ jobs:
shell: bash
run: |-
dotnet nuget push ./build-output/*.nupkg \
-k ${{ secrets.NUGET_AUTH }} \
-s ${{ env.nuget }} \
-k ${{ secrets.NUGET_AUTH }} \
-s ${{ env.nuget }} \
8 changes: 8 additions & 0 deletions src/MessageStudio.Core/MessageStudio.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>8500</NoWarn>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\Readme.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

</Project>

0 comments on commit a6a4085

Please sign in to comment.