Skip to content

Commit

Permalink
add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TGSAN committed Dec 31, 2020
1 parent 1983ca6 commit 4920452
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: build{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2019
configuration: Release
platform: Any CPU
build:
verbosity: minimal
artifacts:
- path: MirrorCaster\bin\$(configuration)
name: MirrorCaster_$(configuration)_AnyCPU
deploy:
- provider: GitHub
tag: ci-$(appveyor_build_version)
release: ci-$(appveyor_build_version)
auth_token:
secure: HpqTAOpVXMeSGKFnzICMESKls0THQd5CsPzoymk5g1982e5iDOFs10pYKTgo4Z8t
artifact: MirrorCaster_$(configuration)_AnyCPU
draft: true

0 comments on commit 4920452

Please sign in to comment.