File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 contents : read
5858 uses : ./.github/workflows/run-migration.yml
5959 with :
60- env-name : prod
60+ env-name : Production
6161 secrets :
6262 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
6363 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
7373 contents : read
7474 uses : ./.github/workflows/run-migration.yml
7575 with :
76- env-name : public
76+ env-name : Public
7777 secrets :
7878 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
7979 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 3737 contents : read
3838 uses : ./.github/workflows/run-migration.yml
3939 with :
40- env-name : dev
40+ env-name : Development
4141 secrets :
4242 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
4343 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 4141 contents : read
4242 uses : ./.github/workflows/run-migration.yml
4343 with :
44- env-name : test
44+ env-name : Test
4545 secrets :
4646 AZURE_CLIENT_ID : ${{ secrets.AZURE_CLIENT_ID }}
4747 AZURE_TENANT_ID : ${{ secrets.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 7171 - name : Install EF Core tools
7272 run : dotnet tool install --global dotnet-ef
7373
74+ - name : Restore NuGet packages
75+ working-directory : PrismaDotnetApi/
76+ run : dotnet restore PrismaApi.sln
77+
7478 - name : Run migration
7579 working-directory : PrismaDotnetApi/
7680 env :
You can’t perform that action at this time.
0 commit comments