Skip to content

Commit ca4acb4

Browse files
authored
Merge pull request #2408 from sharwell/fix-push-script
Fix push script which was broken per NuGet/Home#2504
2 parents 7d7418f + 7bf0438 commit ca4acb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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\StyleCop.Analyzers.$Version.nupkg"
8+
..\.nuget\NuGet.exe 'push' ".\nuget\StyleCop.Analyzers.$Version.nupkg" -Source 'https://www.nuget.org/api/v2/package'

0 commit comments

Comments
 (0)