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 b19b999 commit a30a67aCopy full SHA for a30a67a
.github/workflows/starter-no-infra_msdocs-core-sql-sku.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dotnet ef
31
run: dotnet tool install -g dotnet-ef --version 8.*
32
33
- - name Create migrations bundle
+ - name: Create migrations bundle
34
run: dotnet ef migrations bundle --runtime linux-x64 -o ${{env.DOTNET_ROOT}}/myapp/migrationsbundle
35
36
- name: Upload artifact for deployment job
0 commit comments