CI: Added force_update flag

This commit is contained in:
Christian Köllner 2019-08-27 20:49:31 +02:00
parent c46ca4876c
commit af5d5047bb

View File

@ -61,9 +61,10 @@ on_finish :
deploy:
- provider: Environment
name: GitHub Releases
description: 'This release is intended for exercising the interaction with CI.'
description: 'Deployed from CI.'
artifact: /.*\.nupkg/
draft: true
prerelease: true
force_update: true
on:
APPVEYOR_REPO_TAG: true