Skip to content

Commit 95e836e

Browse files
committed
update build script
1 parent 85d4aca commit 95e836e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/build/build-and-publish.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ nuget update -self
4343
echo.
4444
echo ### UPLOADING TO NUGET ###
4545
nuget push *.nupkg -Source https://api.nuget.org/v3/index.json
46-
nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
46+
::nuget push *.snupkg -Source https://api.nuget.org/v3/index.json
4747

4848
echo.
4949
pause

0 commit comments

Comments
 (0)