From ee182b8ea76d8251852b818406717809f9f11852 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 5 Jan 2023 13:07:45 -0800 Subject: [PATCH] Remove old Nuget remnants, fix relative path --- appveyor.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 30814629..1cf20271 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,24 +8,15 @@ pull_requests: # vm template image: Visual Studio 2022 -# environment variables -# environment: -# EnableNuGetPackageRestore: true - # msbuild configuration configuration: - Debug # install dependencies install: -# - 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 - # build step build_script: - cmd: dotnet restore @@ -69,5 +60,5 @@ artifacts: name: BurnOutSharp (.NET 6.0, Linux x64) - path: BurnOutSharp_net6.0_osx-x64.zip name: BurnOutSharp (.NET 6.0, OSX x64) -- path: '%APPVEYOR_BUILD_FOLDER%\BurnOutSharp\bin\Debug\*.nupkg' +- path: BurnOutSharp\bin\Debug\*.nupkg name: Nuget Packages