From 2d9651fa8993cab22aa480458436af81bdf49498 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sat, 29 Jan 2022 21:56:08 -0800 Subject: [PATCH] Revert "sayonara appveyor" This reverts commit 3b9cfc7c502f7b3f047d3152731a57f579154881. --- Common.props | 2 +- appveyor.yml | 36 ++++++++++++++++++++++++++ src/BizHawk.Tests/BizHawk.Tests.csproj | 3 +++ 3 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 appveyor.yml diff --git a/Common.props b/Common.props index 4bd1bfc1ba..38622fc939 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 new file mode 100644 index 0000000000..73aebc0e47 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,36 @@ +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 b796e3683a..e9f0dd7db2 100644 --- a/src/BizHawk.Tests/BizHawk.Tests.csproj +++ b/src/BizHawk.Tests/BizHawk.Tests.csproj @@ -2,6 +2,9 @@ net6.0 + + netcoreapp3.1 + $(DefineConstants);SKIP_PLATFORM_TESTS