We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e76c7f commit 5dff757Copy full SHA for 5dff757
.appveyor.yml
@@ -16,17 +16,10 @@ environment:
16
test: off
17
os: Visual Studio 2017
18
artifacts:
19
- - path: artifacts/*.nupkg
+ - path: 'artifacts\*.nupkg'
20
name: Packages
21
type: NuGetPackages
22
deploy:
23
- - provider: NuGet
24
- name: nuget
25
- symbol_server: https://www.myget.org/F/natemcmaster/api/v2/package
26
- api_key:
27
- secure: MIhcKhOCOJ64Cdf6S+uBuvKS0mSHsDSLxuXCAASqPDL/Wcgo8TAJMIR3p2Y4OqvP
28
- on:
29
- appveyor_repo_tag: true
30
- provider: NuGet
31
name: myget
32
server: https://www.myget.org/F/natemcmaster/api/v2/package
0 commit comments