We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b4f88 commit c606387Copy full SHA for c606387
appveyor.yml
@@ -31,7 +31,7 @@ after_test:
31
32
artifacts:
33
- path: 'src/CommandLine/bin/Release/*.nupkg'
34
- name: NugetPackages
+ name: NuGetPackages
35
36
on_failure:
37
- cmd: |
@@ -42,7 +42,7 @@ deploy:
42
- provider: GitHub
43
auth_token:
44
secure: hVyVwHl0JiVq0VxXB4VMRWbUtrGclIzadfnWFcWCQBLvbgMLahLBnWlwGglT63pZ
45
- artifact: NugetPackage
+ artifact: 'NuGetPackages'
46
prerelease: false
47
force_update: true #fsharp package runs as separate build job, so have to force_update to add fsharp.nuget added
48
on:
0 commit comments