Skip to content

Commit

Permalink
Update catalog-api-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil authored Sep 6, 2024
1 parent f2d5a45 commit 5da793c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/catalog-api-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
dotnet-version: "8.0.x"

- name: Build with dotnet
run: dotnet build ${{ github.workspace }}src/services/catalog-service/api/catalog-service.csproj --configuration Release
run: dotnet build ${{ github.workspace }}/src/services/catalog-service/api/catalog-service.csproj --configuration Release

- name: dotnet publish
run: dotnet publish ${{ github.workspace }}src/services/catalog-service/api/catalog-service.csproj -c Release -o ${{env.DOTNET_ROOT}}/api
run: dotnet publish ${{ github.workspace }}/src/services/catalog-service/api/catalog-service.csproj -c Release -o ${{env.DOTNET_ROOT}}/api

- name: Deploy to Azure Web App
uses: Azure/webapps-deploy@v3.0.1
Expand Down

0 comments on commit 5da793c

Please sign in to comment.