Ditto
This commit is contained in:
parent
2d05791d9b
commit
ec49e74fb2
|
@ -15,8 +15,8 @@ jobs:
|
|||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Install build requirements
|
||||
run: |
|
||||
apt install dotnet7
|
||||
apt install npm
|
||||
sudo apt install dotnet7
|
||||
sudo apt install npm
|
||||
- name: Build backend
|
||||
run: |
|
||||
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||
|
|
|
@ -15,8 +15,8 @@ jobs:
|
|||
- run: echo " The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
- name: Install build requirements
|
||||
run: |
|
||||
apt install dotnet7
|
||||
apt install npm
|
||||
sudo apt install dotnet7
|
||||
sudo apt install npm
|
||||
- name: Build backend
|
||||
run: |
|
||||
dotnet publish ${{ gitea.workspace }}/csharp/App/Backend/Backend.csproj -c Release -r linux-x64 --self-contained true -p:PublishTrimmed=false
|
||||
|
|
Loading…
Reference in New Issue