de4dot-cex/appveyor.yml

17 lines
443 B
YAML
Raw Normal View History

2019-05-02 19:52:37 +08:00
version: x.x.{build}
branches:
only:
- master
skip_tags: true
image: Visual Studio 2017
configuration: Release
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: >-
appveyor-retry nuget restore de4dot.sln
msbuild de4dot.sln /p:Configuration=Release /m /verbosity:normal /p:WarningLevel=0 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- path: Release/
name: de4dot