Skip to content

Commit 1020b32

Browse files
committed
Remove deploy steps
1 parent cd612ea commit 1020b32

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

appveyor.yml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,4 @@ artifacts:
3737
- name: NuGet Symbol Packages
3838
path: ./Artifacts/**/*.snupkg
3939
- name: xUnit Test Results
40-
path: ./Artifacts/**/*.xml
41-
42-
# deploy:
43-
# # Publish MyGet packages
44-
# - provider: NuGet
45-
# server: https://www.myget.org/F/schema-net/api/v2/package
46-
# api_key:
47-
# secure: aunGGWt32irQiOTX2wIO6e2Y5Ga0girA3xSUsmQv6E9d6ohHdbK5HJpXpmxW9QM3
48-
# on:
49-
# # Only publish on Windows
50-
# CI_WINDOWS: true
51-
# # Only publish from the master branch
52-
# branch: master
53-
# # Publish NuGet packages
54-
# - provider: NuGet
55-
# name: production
56-
# api_key:
57-
# secure: 73eFUWSfho6pxCy1VRP1H0AYh/SFiyEREV+/ATcoj0I+sSH9dec/WXs6H2Jy5vlS
58-
# on:
59-
# # Only publish on Windows
60-
# CI_WINDOWS: true
61-
# # Only publish from the master branch
62-
# branch: master
63-
# # Only publish if the trigger was a Git tag
64-
# # git tag v0.1.0-beta
65-
# # git push origin --tags
66-
# appveyor_repo_tag: true
40+
path: ./Artifacts/**/*.xml

0 commit comments

Comments
 (0)