We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0377e3 commit 605ef20Copy full SHA for 605ef20
azure.yaml
@@ -15,7 +15,7 @@ hooks:
15
prepackage:
16
posix:
17
shell: sh
18
- run: dotnet ef migrations bundle --runtime linux-x64 --force -o migrationsbundle
+ run: dotnet ef migrations bundle --target-runtime linux-x64 --force -o migrationsbundle
19
interactive: true
20
continueOnError: true
21
# The postpackage hook is used to remove the migrationsbundle file after deploy package is created.
0 commit comments