forked from SoDOff-Project/sodoff
Update .gitea/workflows/build-and-publish.yaml
This commit is contained in:
parent
2d59e33c0d
commit
f281b4da6a
@ -7,10 +7,12 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup .NET 6
|
- name: Setup .NET 6
|
||||||
uses: actions/setup-dotnet@v4
|
uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.x'
|
dotnet-version: '6.x'
|
||||||
|
|
||||||
- run: dotnet restore ./src/sodoff.csproj
|
- run: dotnet restore ./src/sodoff.csproj
|
||||||
- run: dotnet build --configuration Release ./src/sodoff.csproj
|
- run: dotnet build --configuration Release ./src/sodoff.csproj
|
||||||
- run: dotnet publish ./src/sodoff.csproj
|
- run: dotnet publish ./src/sodoff.csproj
|
Loading…
x
Reference in New Issue
Block a user