We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e1cc12 commit b13e6eeCopy full SHA for b13e6ee
1 file changed
.github/workflows/deploy-to-ecs.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Restore and publish
48
run: |
49
- dotnet restore
+ dotnet restore Backend.sln
50
dotnet publish Backend.Api/Backend.Api.csproj -c Release -o ./publish
51
52
- name: Login to Amazon ECR
0 commit comments