Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit d96137c

Browse files
committed
Updated appveyor.yml
Attempting to fix the MyGet symbol server URL
1 parent c79a7b0 commit d96137c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ artifacts:
2424
deploy:
2525
# MyGet Deployment for builds & releases
2626
- provider: NuGet
27-
server: https://www.myget.org/F/umbraco-packages/
28-
symbol_server: https://www.myget.org/F/umbraco-packages/symbols/
27+
server: https://www.myget.org/F/umbraco-packages/api/v2/package
28+
symbol_server: https://www.myget.org/F/umbraco-packages/symbols/api/v2/package
2929
api_key:
3030
secure: 36/Ax5O+e6wENlhoTwgvoEBZV3FG4XjF429SNTej2qsGTAL+cdfA1kT/tm1St8vx
3131
artifact: /.*\.nupkg/

0 commit comments

Comments
 (0)