We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ab8f0 commit 55db99cCopy full SHA for 55db99c
1 file changed
appveyor.yml
@@ -11,4 +11,4 @@ build_script:
11
test_script:
12
- cmd: dotnet test
13
deploy_script:
14
-- cmd: if %appveyor_repo_tag% == true (dotnet pack src/Csvialize --configuration Release /p:Version=%APPVEYOR_REPO_TAG_NAME% && nuget push src\Csvialize\bin\Release\*.nupkg -ApiKey %NUGET_API_KEY% -Source https://www.nuget.org/api/v3/package)
+- cmd: if %appveyor_repo_tag% == true (dotnet pack src/Csvialize --configuration Release /p:Version=%APPVEYOR_REPO_TAG_NAME% && nuget push src\Csvialize\bin\Release\*.nupkg -ApiKey %NUGET_API_KEY% -Source https://www.nuget.org/api/v2/package)
0 commit comments