Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Hatleskog committed Dec 2, 2024
1 parent ebda63e commit a31008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migrate-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: create migrations bundle
id: bundle
working-directory: ${{ inputs.workingDirectory }}
run: Global__UseAzureAppConfig="false" dotnet ef migrations bundle --self-contained --runtime linux-x64 -s ${{ inputs.bundleDirectory }} --context ${{ inputs.contextName }} -o bundle.exe
run: Global__UseAzureAppConfig="false" dotnet ef migrations bundle --self-contained --runtime linux-x64 -s ${{ inputs.bundleDirectory }} --context ${{ inputs.contextName }} -o bundle.exe --verbose
- name: Copy appsettings.json
working-directory: ${{ inputs.workingDirectory }}
run: cp ${{ inputs.bundleDirectory }}/appsettings.json .
Expand Down

0 comments on commit a31008c

Please sign in to comment.