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 ccfd35c commit 96bdb97Copy full SHA for 96bdb97
appveyor.yml
@@ -36,6 +36,11 @@ test: off #tests handled within FAKE
36
artifacts:
37
- path: '*.nupkg'
38
name: NugetPackage
39
+
40
+on_failure:
41
+- cmd: |
42
+ tree /f /a >files.lst
43
+ appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
44
45
deploy:
46
- provider: NuGet
0 commit comments