We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8626cf0 + 0ecb3fa commit 1f72c4eCopy full SHA for 1f72c4e
appveyor.yml
@@ -0,0 +1,26 @@
1
+version: '{build}'
2
+image: Visual Studio 2017
3
+configuration: Release
4
+platform: Any CPU
5
+skip_commits:
6
+ files:
7
+ - doc/*
8
+ - readme.md
9
+ - license.md
10
+
11
+nuget:
12
+ disable_publish_on_pr: true
13
14
+install:
15
+- cmd: git submodule update --init --recursive
16
17
+before_build:
18
+- cmd: msbuild Confuser2.sln /t:Restore /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
19
20
+build:
21
+ project: Confuser2.sln
22
+ verbosity: minimal
23
24
+artifacts:
25
+- path: Release/bin
26
+ name: ConfuserEx
0 commit comments