diff --git a/appveyor-ilspycmd.yml b/appveyor-ilspycmd.yml deleted file mode 100644 index ecfd47cc1..000000000 --- a/appveyor-ilspycmd.yml +++ /dev/null @@ -1,19 +0,0 @@ -platform: Any CPU -configuration: -- Debug -- Release -image: Visual Studio 2017 -install: -- git submodule update --init --recursive -- ps: .\BuildTools\appveyor-ilspycmd-install.ps1 -dotnet_csproj: - patch: true - file: 'ICSharpCode.Decompiler.Console\ICSharpCode.Decompiler.Console.csproj' - version: '{version}' - package_version: '{version}' -before_build: -- nuget restore ICSharpCode.Decompiler.Console.sln -build_script: -- msbuild ICSharpCode.Decompiler.Console.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" -after_test: -- python BuildTools\tidy.py \ No newline at end of file