mirror of
https://github.com/bitwarden/server
synced 2025-12-24 12:13:17 +00:00
Fix self contained mssqlmigratorutility (#2804)
* Fix self-contained mssqlmigratorutility * Fix build * Fix * Fix
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -498,7 +498,7 @@ jobs:
|
||||
dotnet restore
|
||||
|
||||
- name: Publish project
|
||||
run: dotnet publish -c "Release" -o obj/build-output/publish -r ${{ matrix.target }} --self-contained true
|
||||
run: dotnet publish -c "Release" -o obj/build-output/publish -r ${{ matrix.target }} -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained true
|
||||
|
||||
- name: Upload project artifact Windows
|
||||
if: ${{ contains(matrix.target, 'win') == true }}
|
||||
|
||||
Reference in New Issue
Block a user