mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
platform: Any CPU |
|
configuration: |
|
- Debug |
|
- Release |
|
image: Visual Studio 2017 |
|
install: |
|
- git submodule update --init --recursive |
|
- ps: .\BuildTools\appveyor-install.ps1 |
|
before_build: |
|
- nuget restore ILSpy.sln |
|
build_script: |
|
- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" |
|
after_build: |
|
- 7z a ILSpy_binaries.zip %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\%configuration%\net461\*.dll %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\%configuration%\net461\*.exe %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\%configuration%\net461\*.config |
|
test: |
|
assemblies: |
|
- 'ICSharpCode.Decompiler.Tests\bin\%configuration%\net461\ICSharpCode.Decompiler.Tests.exe' |
|
- 'ILSpy.BamlDecompiler.Tests\bin\%configuration%\net461\ILSpy.BamlDecompiler.Tests.dll' |
|
after_test: |
|
- python BuildTools\tidy.py |
|
for: |
|
branches: |
|
only: |
|
- master |
|
artifacts: |
|
- path: ILSpy_binaries.zip |
|
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries |
|
- path: '**\*.nupkg' |
|
name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet |