Skip to content

Commit

Permalink
upated proj path
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed Shah authored and Syed Shah committed Feb 12, 2024
1 parent f831634 commit 4c67969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_az204-msdocs-core-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet tool install -g dotnet-ef --version 7.0.14

- name: dotnet bundle migration
run: dotnet ef migrations bundle --runtime linux-x64 -p /DotNetCoreSqlDb.csproj -o ${{env.DOTNET_ROOT}}/myapp/migrate
run: dotnet ef migrations bundle --runtime linux-x64 -p DotNetCoreSqlDb.csproj -o ${{env.DOTNET_ROOT}}/myapp/migrate

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4c67969

Please sign in to comment.