fix: add missing dotnet-solution parameter in deploy workflow
This commit is contained in:
@@ -20,6 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
cache: true
|
cache: true
|
||||||
|
dotnet-solution: 'backend/JoaoLoureiro.Portfolio.slnx'
|
||||||
|
|
||||||
- name: Create Backend appsettings.Production.json
|
- name: Create Backend appsettings.Production.json
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user