Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
islandj123 committed Oct 17, 2023
2 parents 837759e + 7fb5b11 commit 9db7855
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mister-ed-test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ jobs:
- name: logout
run: >
az logout
- name: Run EF
run: |
dotnet tool install --global dotnet-ef
dotnet tool restore
dotnet ef database update -p DotNetCoreSqlDb --connection '${{ secrets.DBConnection }}'
1 change: 1 addition & 0 deletions DotNetCoreSqlDb/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

// Add App Service logging
builder.Logging.AddAzureWebAppDiagnostics();
//Test

var app = builder.Build();

Expand Down

0 comments on commit 9db7855

Please sign in to comment.