Skip to content

Commit

Permalink
Build WebApp from container sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeveen committed Mar 27, 2024
1 parent cbc027b commit 225ef89
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/01-deploy-control-plane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ jobs:
container:
image: ghcr.io/xpiritbv/azure-sap-automation:github-workflow
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Azure Login
uses: Azure/Login@v2
with:
Expand All @@ -161,11 +156,11 @@ jobs:
labelFilter: ${{ inputs.deployer }}

- name: Build the Configuration Web Application
run: dotnet build Webapp/SDAF/*.csproj
run: dotnet build ${SAP_AUTOMATION_REPO_PATH}/Webapp/SDAF/*.csproj

- name: Publish the Configuration Web Application
run: |
dotnet publish Webapp/**/*.csproj \
dotnet publish ${SAP_AUTOMATION_REPO_PATH}/Webapp/**/*.csproj \
--configuration Release \
--nologo \
--output WebApp
Expand Down

0 comments on commit 225ef89

Please sign in to comment.