.forgejo/workflows/dotnet.yaml aktualisiert
All checks were successful
Java CI / test (push) Successful in 1m38s
All checks were successful
Java CI / test (push) Successful in 1m38s
This commit is contained in:
parent
49dcee7b06
commit
ea58f94adc
1 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,8 @@ jobs:
|
||||||
-c Release \
|
-c Release \
|
||||||
-r linux-x64 \
|
-r linux-x64 \
|
||||||
--self-contained true \
|
--self-contained true \
|
||||||
--publish-trimmed \
|
-p:PublishSingleFile=true \
|
||||||
|
-p:PublishTrimmed=true \
|
||||||
-o ./output_linux
|
-o ./output_linux
|
||||||
- name: Build the project (Windows x64)
|
- name: Build the project (Windows x64)
|
||||||
run: |
|
run: |
|
||||||
|
@ -29,7 +30,8 @@ jobs:
|
||||||
-c Release \
|
-c Release \
|
||||||
-r win-x64 \
|
-r win-x64 \
|
||||||
--self-contained true \
|
--self-contained true \
|
||||||
--publish-trimmed \
|
-p:PublishSingleFile=true \
|
||||||
|
-p:PublishTrimmed=true \
|
||||||
-o ./output_win
|
-o ./output_win
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue