Only produce artifacts on appveyor when a release was tagged

This commit is contained in:
Thomas Nordquist
2020-04-16 12:17:45 +02:00
parent 59737edfb4
commit 487eee93cd

View File

@@ -21,4 +21,5 @@ test_script:
artifacts: artifacts:
- path: 'build\clean\build\*.appx' - path: 'build\clean\build\*.appx'
on:
appveyor_repo_tag: true