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

Commit 64e24f4

Browse files
authored
Merge pull request #10 from sharwell/push-script
Fix push script which was broken per NuGet/Home#2504
2 parents 0246c15 + 9f608ad commit 64e24f4

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)