Disable Nuget, rely on dotnet instead

This commit is contained in:
Matt Nadareski
2023-01-05 12:00:13 -08:00
parent 522c9fba08
commit 5709c88232

View File

@@ -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