Skip to content

Commit a30a67a

Browse files
committed
Configure Azure database and cache connections
1 parent b19b999 commit a30a67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/starter-no-infra_msdocs-core-sql-sku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dotnet ef
3131
run: dotnet tool install -g dotnet-ef --version 8.*
3232

33-
- name Create migrations bundle
33+
- name: Create migrations bundle
3434
run: dotnet ef migrations bundle --runtime linux-x64 -o ${{env.DOTNET_ROOT}}/myapp/migrationsbundle
3535

3636
- name: Upload artifact for deployment job

0 commit comments

Comments
 (0)