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
7fc21ce092
commit
6806bdc832
14
.github/workflows/dotnet.yml
vendored
14
.github/workflows/dotnet.yml
vendored
@ -20,19 +20,19 @@ jobs:
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore --runtime win10-x64 --configuration Release /p:Platform=x64
|
||||
run: dotnet build --no-restore --configuration Release /p:Platform=x64
|
||||
- name: Test Wabbajack.Common.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Wabbajack.Common.Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Common.Test
|
||||
- name: Test Compression.BSA.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Compression.BSA.Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Compression.BSA.Test
|
||||
- name: Test Wabbajack.VirtualFileSystem.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Wabbajack.VirtualFileSystem.Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.VirtualFileSystem.Test
|
||||
- name: Test Wabbajack.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Wabbajack.Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.Test
|
||||
- name: Test Wabbajack.App.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Wabbajack.App.Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release /p:Platform=x64 Wabbajack.App.Test
|
||||
- name: Test Wabbajack.Server.Test
|
||||
run: dotnet test --no-build --verbosity normal --runtime win10-x64 --configuration Release /p:Platform=x64 Wabbajack.Server.Test
|
||||
run: dotnet test --no-build --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
|
||||
|
Loading…
Reference in New Issue
Block a user