Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow update #8

Merged
merged 39 commits into from
May 31, 2021
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f4abe8a
Update build-test.yml
ClusterM May 31, 2021
fc4c3ac
Update build-test.yml
ClusterM May 31, 2021
6654a1d
Update build-test.yml
ClusterM May 31, 2021
712de21
Update build-test.yml
ClusterM May 31, 2021
043a5c6
Update build-test.yml
ClusterM May 31, 2021
6664db3
Update build-test.yml
ClusterM May 31, 2021
2227cd4
Update build-test.yml
ClusterM May 31, 2021
8069ab5
Update build-test.yml
ClusterM May 31, 2021
6002194
Update build-test.yml
ClusterM May 31, 2021
f565f8d
Update build-test.yml
ClusterM May 31, 2021
997364b
Update build-test.yml
ClusterM May 31, 2021
43aeae2
Update build-test.yml
ClusterM May 31, 2021
63424c5
Update build-test.yml
ClusterM May 31, 2021
0ad1552
Update build-test.yml
ClusterM May 31, 2021
926b702
Update build-test.yml
ClusterM May 31, 2021
40e6dd4
Update build-test.yml
ClusterM May 31, 2021
ec8943b
Update build-test.yml
ClusterM May 31, 2021
1ea4523
Update build-test.yml
ClusterM May 31, 2021
562ddc4
Update build-test.yml
ClusterM May 31, 2021
c468fff
Update build-test.yml
ClusterM May 31, 2021
a87679e
Update build-test.yml
ClusterM May 31, 2021
e16727a
Update build-test.yml
ClusterM May 31, 2021
e107baf
Update build-test.yml
ClusterM May 31, 2021
ea449c3
Update build-test.yml
ClusterM May 31, 2021
4efd54d
Update build-test.yml
ClusterM May 31, 2021
aca20ec
Update build-test.yml
ClusterM May 31, 2021
4be65b9
Update build-test.yml
ClusterM May 31, 2021
f6de964
Update release.yml
ClusterM May 31, 2021
2625b6a
Update build-test.yml
ClusterM May 31, 2021
6220b5d
Update build-test.yml
ClusterM May 31, 2021
cf85f67
Update build-test.yml
ClusterM May 31, 2021
648e6cd
Update build-test.yml
ClusterM May 31, 2021
05cd3aa
Update build-test.yml
ClusterM May 31, 2021
665a6e1
Update build-test.yml
ClusterM May 31, 2021
22497d0
Update build-test.yml
ClusterM May 31, 2021
174d1be
Update release.yml
ClusterM May 31, 2021
9bffdc8
Update build-test.yml
ClusterM May 31, 2021
2db5f2f
Update build-test.yml
ClusterM May 31, 2021
bbbe8d1
Update build-test.yml
ClusterM May 31, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build-test.yml
ClusterM authored May 31, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 2227cd452a0b2f6cd80c84b7b33529aaecb376f1
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ jobs:
if: ${{ matrix.sc == 'no-self-contained' }}
env:
SC_OPS: --no-self-contained
run: echo sc_name $SC_NAME
run: echo SC_OPS $SC_OPS
- name: Build
run: dotnet publish {{ env.PROJECT_PATH }} -c {{ env.CONFIGURATION }} -r {{ matrix.arch }} -p:PublishSingleFile=true {{ env.SC_OPS }} -p:IncludeAllContentForSelfExtract=true -o {{ env.OUTPUT_DIR }}/{{ env.ARCH }}{{ env.SC_NAME }}/{{ env.APP_NAME }}
run: echo dotnet publish $PROJECT_PATH -c $CONFIGURATION -r {{ matrix.arch }} -p:PublishSingleFile=true $SC_OPS -p:IncludeAllContentForSelfExtract=true -o $OUTPUT_DIR/$ARCH$SC_NAME/$APP_NAME