Skip to content

Commit

Permalink
Fix self-contained builds
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan committed Nov 12, 2024
1 parent e97a3b7 commit 82f041d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
dotnet: [ '8.x' ]
build_type: ['Standalone']
include:
- build_props: ''
build_type: 'Standalone'
- build_type: 'Standalone'
build_props: '--self-contained true'
- build_type: 'Framework'
build_props: '--no-self-contained'
rid: 'linux-x64'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
- '8.x'
include:
- build_type: 'Standalone'
build_props: ''
build_props: '--self-contained true'
display_id: 'linux-x64'
rid: 'linux-x64'
- build_type: 'Standalone'
build_props: ''
build_props: '--self-contained true'
display_id: 'linux-arm64'
rid: 'linux-arm64'
- build_type: 'Framework'
Expand Down

0 comments on commit 82f041d

Please sign in to comment.