This commit is contained in:
Kim 2023-10-23 14:35:04 +02:00
parent 4579055b72
commit d824ae5d0e
1 changed files with 0 additions and 2 deletions

View File

@ -13,12 +13,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
- name: Build backend
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- run: dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
- name: Build frontend
- uses: actions/setup-node@v3
- run: |
npm run build