twa
This commit is contained in:
parent
8d4b46a7ee
commit
87d2dc6b89
|
@ -15,11 +15,13 @@ jobs:
|
||||||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- name: Build backend
|
- name: Build backend
|
||||||
uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
- run: |
|
with:
|
||||||
|
dotnet-version: '7.x.x'
|
||||||
|
run: |
|
||||||
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
- run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
- name: copy everything to Stage
|
- name: copy everything to Stage
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue