mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-18 23:05:11 +00:00
Attempt to fix AppVeyor build issues
This commit is contained in:
@@ -32,7 +32,7 @@ before_build:
|
||||
build_script:
|
||||
- cmd: dotnet restore
|
||||
# .NET Framework 4.8
|
||||
- cmd: dotnet build --framework net48
|
||||
- cmd: dotnet build Test\Test.csproj --framework net48
|
||||
# .NET 6.0, Windows x86
|
||||
- cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true
|
||||
# .NET 6.0, Windows x64
|
||||
|
||||
Reference in New Issue
Block a user