mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Disable Nuget, rely on dotnet instead
This commit is contained in:
11
appveyor.yml
11
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
|
||||
|
||||
Reference in New Issue
Block a user