Update dotnet.yml

This commit is contained in:
Timothy Baldridge 2021-01-03 16:21:48 -07:00 committed by GitHub
parent 6806bdc832
commit d067bdf5d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,17 +22,17 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release /p:Platform=x64
- name: Test Wabbajack.Common.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Common.Test
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Common.Test
- name: Test Compression.BSA.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Compression.BSA.Test
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Compression.BSA.Test
- name: Test Wabbajack.VirtualFileSystem.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.VirtualFileSystem.Test
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.VirtualFileSystem.Test
- name: Test Wabbajack.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Test
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Test
- name: Test Wabbajack.App.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.App.Test
run: dotnet test --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.App.Test
- name: Test Wabbajack.Server.Test
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Server.Test
run: dotnet test= --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Server.Test
- name: Publish App
run: dotnet publish Wabbajack\Wabbajack.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\PublishApp --self-contained
- name: Publish Launcher