From 5709c88232bfaa67a62459cf005cba13c81f7818 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 5 Jan 2023 12:00:13 -0800 Subject: [PATCH] Disable Nuget, rely on dotnet instead --- appveyor.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index dec91146..486689b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,8 +9,8 @@ pull_requests: image: Visual Studio 2022 # environment variables -environment: - EnableNuGetPackageRestore: true +# environment: +# EnableNuGetPackageRestore: true # msbuild configuration configuration: @@ -18,13 +18,13 @@ configuration: # install dependencies install: -- ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe +# - ps: appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - cd %APPVEYOR_BUILD_FOLDER% - git submodule update --init --recursive # pre-build script -before_build: -- nuget restore +# before_build: +# - nuget restore # build step build_script: @@ -70,6 +70,5 @@ artifacts: name: BurnOutSharp (.NET 6.0, Linux x64) - path: BurnOutSharp_net6.0_osx-x64.zip name: BurnOutSharp (.NET 6.0, OSX x64) - - path: '*.nupkg' name: Nuget Packages