Skip to content

Commit 96bdb97

Browse files
committed
added onfailure cmd to list all files
1 parent ccfd35c commit 96bdb97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ test: off #tests handled within FAKE
3636
artifacts:
3737
- path: '*.nupkg'
3838
name: NugetPackage
39+
40+
on_failure:
41+
- cmd: |
42+
tree /f /a >files.lst
43+
appveyor PushArtifact .\files.lst -DeploymentName "Failed Build File Listing"
3944
4045
deploy:
4146
- provider: NuGet

0 commit comments

Comments
 (0)