mirror of
https://github.com/FalloutCollaborationProject/FCP-Mod-Updater.git
synced 2026-07-27 17:04:05 -07:00
Squash merge tests into main
This commit is contained in:
@@ -23,6 +23,9 @@ jobs:
|
||||
dotnet-version: '10.0.x'
|
||||
cache: true
|
||||
|
||||
- name: Test
|
||||
run: dotnet test --configuration Release
|
||||
|
||||
- name: Build Windows x64 (self-contained)
|
||||
run: dotnet publish FCPModUpdater.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -o ./publish/win-x64-sc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user