Simplify GitHub Actions workflow by separating the build step from testing and packing operations.

This commit is contained in:
Sipke Schoorstra 2026-02-02 13:27:38 +01:00
parent 7bc9035f5e
commit 7bb42e091a
No known key found for this signature in database
GPG key ID: 5C10502B28A4268F

View file

@ -18,5 +18,5 @@ jobs:
with:
dotnet-version: "10.0.x"
- name: Build, test, and pack
run: ./build.cmd Compile Test Pack
- name: Build
run: ./build.cmd Compile