From d2668fbf5dff498d893b556d3a1812a48de1a714 Mon Sep 17 00:00:00 2001 From: Simon Oxtoby Date: Sun, 26 Feb 2023 11:21:59 +1000 Subject: [PATCH] Temporarily reverting to previous AppVeyor build image to avoid .NET 7.0.200 SDK --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 61eb87de..89d79b73 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,7 +15,7 @@ # ------------------------------------------------------------------------------ image: - - Visual Studio 2022 + - Previous Visual Studio 2022 # Temporary fix for latest image using .NET 7.0.200 SDK, which doesn't allow `pack --output` build_script: - cmd: .\build.cmd Test Pack