File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 dotnet-version : 8.x
1010 - run : dotnet build --configuration Release
1111 - run : dotnet test
12- - run : dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release --output nupkg
1312
1413 publish :
1514 needs : build-and-test
2019 - uses : actions/setup-dotnet@v3
2120 with :
2221 dotnet-version : 8.x
22+ - run : dotnet pack Stegosaurus/Stegosaurus.csproj --configuration Release --output nupkg
2323 - run : dotnet nuget push Stegosaurus/bin/Release/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 2222 </PropertyGroup >
2323
2424 <PropertyGroup >
25- <PackageReadmeFile >../ README.md</PackageReadmeFile >
25+ <PackageReadmeFile >README.md</PackageReadmeFile >
2626 </PropertyGroup >
2727
2828 <ItemGroup >
You can’t perform that action at this time.
0 commit comments