Skip to content

Commit

Permalink
Update build.yml to not build self contained
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvaneenwyk authored Mar 14, 2024
1 parent 88c4333 commit ba30132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build -c ${{ matrix.config }} --no-restore --self-contained --verbosity normal
run: dotnet build -c ${{ matrix.config }} --no-restore --verbosity normal

#- name: Create the package
# id: create-package
Expand Down

0 comments on commit ba30132

Please sign in to comment.