mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-23 07:14:49 +00:00
Remove old Nuget remnants, fix relative path
This commit is contained in:
11
appveyor.yml
11
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
|
||||
|
||||
Reference in New Issue
Block a user