From 3b9cfc7c502f7b3f047d3152731a57f579154881 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:55:51 -0800 Subject: [PATCH] sayonara appveyor --- Common.props | 2 +- appveyor.yml | 36 -------------------------- src/BizHawk.Tests/BizHawk.Tests.csproj | 3 --- 3 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 appveyor.yml diff --git a/Common.props b/Common.props index 38622fc939..4bd1bfc1ba 100644 --- a/Common.props +++ b/Common.props @@ -1,7 +1,7 @@ 5 - true + true true prompt $(TargetFramework.StartsWith("net4")) diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 73aebc0e47..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,36 +0,0 @@ -version: 0.0.0.{build} -branches: - only: - - master -image: Visual Studio 2022 -assembly_info: - patch: true - file: '**\AssemblyInfo.*' - assembly_version: '{version}' - assembly_file_version: '{version}' - assembly_informational_version: '{version}' -build_script: -- cmd: >- - SET TS=%APPVEYOR_REPO_COMMIT_TIMESTAMP% - - SET BUILDCODE=%TS:~0,10%-%TS:~11,2%%TS:~14,2%%TS:~17,2%-#%APPVEYOR_REPO_COMMIT% - - SET BUILDFILE=BizHawk_Developer-%BUILDCODE%.zip - - echo %BUILDFILE% - - - cd dist - - call QuickTestBuildAndPackage_Developer.bat - - - move BizHawk-Developer.zip ..\%BUILDFILE% - - - cd .. - - appveyor PushArtifact %BUILDFILE% - - - rem appveyor UpdateBuild -Version %BUILDFILE% diff --git a/src/BizHawk.Tests/BizHawk.Tests.csproj b/src/BizHawk.Tests/BizHawk.Tests.csproj index e9f0dd7db2..b796e3683a 100644 --- a/src/BizHawk.Tests/BizHawk.Tests.csproj +++ b/src/BizHawk.Tests/BizHawk.Tests.csproj @@ -2,9 +2,6 @@ net6.0 - - netcoreapp3.1 - $(DefineConstants);SKIP_PLATFORM_TESTS