mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Update dotnet.yml
This commit is contained in:
parent
12499d317b
commit
205b203a90
20
.github/workflows/dotnet.yml
vendored
20
.github/workflows/dotnet.yml
vendored
@ -21,5 +21,21 @@ jobs:
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal -p:ParallelizeTestCollections=false
|
||||
- name: Test Wabbajack.Common.Test
|
||||
run: dotnet test --no-build --verbosity normal Wabbajack.Common.Test
|
||||
- name: Test Compression.BSA.Test
|
||||
run: dotnet test --no-build --verbosity normal Compression.BSA.Test
|
||||
- name: Test Wabbajack.VirtualFileSystem.Test
|
||||
run: dotnet test --no-build --verbosity normal Wabbajack.VirtualFileSystem.Test
|
||||
- name: Test Wabbajack.Test
|
||||
run: dotnet test --no-build --verbosity normal Wabbajack.Test
|
||||
- name: Test Wabbajack.App.Test
|
||||
run: dotnet test --no-build --verbosity normal Wabbajack.App.Test
|
||||
- name: Test Wabbajack.Server.Test
|
||||
run: dotnet test --no-build --verbosity normal 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
|
||||
run: dotnet publish Wabbajack\Wabbajack.Launcher.csproj --runtime win10-x64 --configuration Release /p:Platform=x64 -o c:\tmp\PublishLauncher --self-contained
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user