diff --git a/push-nuget.bat b/push-nuget.bat index 4ab67b5..96daaa9 100644 --- a/push-nuget.bat +++ b/push-nuget.bat @@ -1,6 +1,4 @@ dotnet pack -c Release -cd bin\Release\ -nuget push -Source https://api.nuget.org/v3/index.json *.nupkg -del *.nupkg -del *.snupkg -cd ..\.. \ No newline at end of file +dotnet nuget push -s https://api.nuget.org/v3/index.json **/*.nupkg +del /s /q *.nupkg +del /s /q *.snupkg