From 5203f0ea571016834b5427f71da7f25bbc5051dd Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 29 Dec 2022 21:13:42 -0800 Subject: [PATCH] Attempt to fix AppVeyor build issues --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 13f0e520..6e7d1f60 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ before_build: build_script: - cmd: dotnet restore # .NET Framework 4.8 - - cmd: dotnet build --framework net48 + - cmd: dotnet build Test\Test.csproj --framework net48 # .NET 6.0, Windows x86 - cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true # .NET 6.0, Windows x64