Skip to content

Commit

Permalink
Merge pull request #85 from bruce-dunwiddie/develop
Browse files Browse the repository at this point in the history
Fixed nuget package build number reference for release.
  • Loading branch information
bruce-dunwiddie authored Mar 11, 2022
2 parents 96825ea + 5acb8a1 commit 751b5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TSQL_Parser/TSQL_Parser/Push.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nuget SetApiKey %NUGET_KEY%
nuget push TSQL.Parser.1.5.3.snupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.1.5.3.nupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.2.0.0.snupkg -Source https://api.nuget.org/v3/index.json
nuget push TSQL.Parser.2.0.0.nupkg -Source https://api.nuget.org/v3/index.json
pause

0 comments on commit 751b5c7

Please sign in to comment.