Disable AppVeyor restore until .NET 8 support

This commit is contained in:
Matt Nadareski
2023-09-13 12:52:57 -04:00
parent 611aa3229c
commit c3479450f5

View File

@@ -19,7 +19,6 @@ install:
# build step
build_script:
- cmd: dotnet restore
- cmd: dotnet build Test\Test.csproj --framework net48
- cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x86 --self-contained true -p:PublishSingleFile=true
- cmd: dotnet publish Test\Test.csproj --framework net6.0 --runtime win-x64 --self-contained true -p:PublishSingleFile=true