Skip to content

Commit 605ef20

Browse files
committed
fix azd package error
1 parent b0377e3 commit 605ef20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hooks:
1515
prepackage:
1616
posix:
1717
shell: sh
18-
run: dotnet ef migrations bundle --runtime linux-x64 --force -o migrationsbundle
18+
run: dotnet ef migrations bundle --target-runtime linux-x64 --force -o migrationsbundle
1919
interactive: true
2020
continueOnError: true
2121
# The postpackage hook is used to remove the migrationsbundle file after deploy package is created.

0 commit comments

Comments
 (0)