From 12f0169164bc0f9cecc1219e5b718842965ea7e5 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Mon, 15 Jan 2018 20:17:06 +0100 Subject: [PATCH] REVERT THIS BEFORE MERGING! - Use single TFM to allow faster debugging with EnC - Do not build srm branch --- .../ICSharpCode.Decompiler.csproj | 3 ++ appveyor.yml | 41 ------------------- 2 files changed, 3 insertions(+), 41 deletions(-) delete mode 100644 appveyor.yml diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index 40bfd51dc..7e6f85ded 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -3,8 +3,11 @@ + + net46 IL decompiler engine ic#code diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6cb536409..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,41 +0,0 @@ -platform: Any CPU -configuration: -- Debug -- Release -image: Visual Studio 2017 -install: -- git submodule update --init --recursive -- ps: .\BuildTools\appveyor-install.ps1 -nuget: - account_feed: false - project_feed: true - disable_publish_on_pr: true -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%\net46\*.dll %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\%configuration%\net46\*.exe %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\%configuration%\net46\*.config -test: - assemblies: - - 'ICSharpCode.Decompiler.Tests\bin\%configuration%\net46\ICSharpCode.Decompiler.Tests.exe' - - 'ILSpy.BamlDecompiler.Tests\bin\%configuration%\net46\ILSpy.BamlDecompiler.Tests.dll' -after_test: -- python BuildTools\tidy.py -for: -- branches: - except: - - master - artifacts: - #nothing -- branches: - only: - - master - - 3.0.x - artifacts: - - path: ILSpy_binaries.zip - name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries - - path: '**\*.vsix' - name: ILSpy AddIn for Visual Studio - - path: '**\*.nupkg' - name: ICSharpCode.Decompiler %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% NuGet