We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb993c6 commit 1b0f1f3Copy full SHA for 1b0f1f3
appveyor.yml
@@ -0,0 +1,16 @@
1
+version: 1.0.{build}
2
+skip_tags: true
3
+image: Visual Studio 2017
4
+configuration: Release
5
+build:
6
+ verbosity: minimal
7
+after_build:
8
+- cmd: 7z a UnityLauncherPro.zip %APPVEYOR_BUILD_FOLDER%\UnityLauncherPro\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\UnityLauncherPro\bin\Release\*.exe.config
9
+artifacts:
10
+- path: UnityLauncherPro.zip
11
+ name: deploy
12
+deploy:
13
+- provider: GitHub
14
+ auth_token:
15
+ secure: XUgG0RFw9cyw0BUHekUQp4w29rJ/NSCXaiNhxmUGqXJ6KJxOvgtlDDXh/i3I33fsggGEuB67sA9xxfNd5/C8r9S+dsoVYVcL8alZNN5S/Xs=
16
+ artifact: deploy
0 commit comments