Skip to content

Commit

Permalink
Update pack.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Yazwh0 committed Aug 17, 2024
1 parent 60dc9b9 commit 436d45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NugetProject/pack.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
del /s ..\*.nupkg
dotnet build -c Release
dotnet publish -c Release
dotnet pack -c Release --no-restore
dotnet build -c Release ..\BitMagic.sln
dotnet publish -c Release ..\BitMagic.sln
dotnet pack -c Release --no-restore ..\BitMagic.sln
dotnet nuget push "..\**\BitMagic.*.nupkg" -s Local

0 comments on commit 436d45f

Please sign in to comment.