Try to publish artifacts from appveyor build
This commit is contained in:
parent
70664e5857
commit
7b3dc4e091
|
@ -44,3 +44,7 @@ build_script:
|
||||||
test_script:
|
test_script:
|
||||||
- IF "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe
|
- IF "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe
|
||||||
- IF "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
- IF "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: cli.zip
|
||||||
|
name: bin
|
||||||
|
|
Loading…
Reference in New Issue