Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
XenocodeRCE committed Jul 21, 2018
2 parents 8626cf0 + 0ecb3fa commit 1f72c4e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: '{build}'
image: Visual Studio 2017
configuration: Release
platform: Any CPU
skip_commits:
files:
- doc/*
- readme.md
- license.md

nuget:
disable_publish_on_pr: true

install:
- cmd: git submodule update --init --recursive

before_build:
- cmd: msbuild Confuser2.sln /t:Restore /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"

build:
project: Confuser2.sln
verbosity: minimal

artifacts:
- path: Release/bin
name: ConfuserEx

0 comments on commit 1f72c4e

Please sign in to comment.