Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 9f608ad

Browse files
committed
Fix push script which was broken per NuGet/Home#2504
1 parent 0246c15 commit 9f608ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/push.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ If ($Version.EndsWith('-dev')) {
55
Exit 1
66
}
77

8-
..\.nuget\NuGet.exe 'push' ".\nuget\PublicApiAnalyzer.$Version.nupkg"
8+
..\.nuget\NuGet.exe 'push' ".\nuget\PublicApiAnalyzer.$Version.nupkg" -Source 'https://www.nuget.org/api/v2/package'

0 commit comments

Comments
 (0)