From c3479450f55da5528f18b9441a46a5a698c62431 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Sep 2023 12:52:57 -0400 Subject: [PATCH] Disable AppVeyor restore until .NET 8 support --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2de18aff..7106d51b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,6 @@ install: # build step build_script: - - cmd: dotnet restore - cmd: dotnet build Test\Test.csproj --framework net48 - cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true - cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x64 --self-contained true -p:PublishSingleFile=true