diff --git a/appveyor.yml b/appveyor.yml index 9b19688..f3bce45 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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