Skip to content

Commit 0ad430e

Browse files
committed
remove publish
1 parent 0720f1d commit 0ad430e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,8 @@ test_script:
1212
- pwsh: dotnet test test -c Release --no-build
1313

1414
after_test:
15-
- pwsh: dotnet pack $env:APPVEYOR_BUILD_FOLDER\src -c Release --include-symbols --no-build -o artifacts\nuget
15+
- pwsh: dotnet pack $env:APPVEYOR_BUILD_FOLDER\src -c Release --include-symbols --no-build -o artifacts\nuget
1616

1717
artifacts:
1818
- path: '**\artifacts\nuget\*.nupkg'
1919
name: Nuget
20-
21-
deploy:
22-
- provider: NuGet
23-
api_key:
24-
secure: N5hPFSyZf1EHN9bQ2Bj+0qfuAcxSVpanQqos6kJyUY/IK280ET4IZziCGU/nKiAn
25-
artifact: NuGet
26-
on:
27-
appveyor_repo_tag: true

0 commit comments

Comments
 (0)