Skip to content

Commit

Permalink
Updated the publish.bat script to use arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Mar 18, 2023
1 parent 8b53432 commit bfb6e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.bat
@@ -1,2 +1,2 @@
@echo off
dotnet nuget push ./nuget/SpaceWarp.Template.nupkg --api-key %NUGET_API_KEY% --source https://api.nuget.org/v3/index.json
@echo off
dotnet nuget push ./nuget/SpaceWarp.Template.nupkg --api-key %1 --source https://api.nuget.org/v3/index.json

0 comments on commit bfb6e1e

Please sign in to comment.