Simplify GitHub Actions workflow by separating the build step from testing and packing operations.
This commit is contained in:
parent
7bc9035f5e
commit
7bb42e091a
4
.github/workflows/copilot-setup-steps.yml
vendored
4
.github/workflows/copilot-setup-steps.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue