Skip to content

Commit

Permalink
delete prev package from localPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Sep 1, 2022
1 parent c1aace2 commit 0f2a61e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pack.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
dotnet pack LibOVR\LibOVR.csproj /p:Configuration=Release -o LibOVR\bin\Release

"C:\Program Files (x86)\nuget\nuget.exe" delete nkast.libovr 1.0.0 -Source "C:\Users\usename\.nuget\localPackages" -NonInteractive

"C:\Program Files (x86)\nuget\nuget.exe" add LibOVR\bin\Release\nkast.LibOVR.1.0.0.nupkg -Source "C:\Users\usename\.nuget\localPackages"


pause

0 comments on commit 0f2a61e

Please sign in to comment.