forked from SoDOff-Project/sodoff
Update .gitea/workflows/build-and-publish.yaml
This commit is contained in:
parent
c96e8c84dc
commit
2d59e33c0d
@ -3,12 +3,12 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
|
|||||||
on: [ push ]
|
on: [ push ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
- steps:
|
steps:
|
||||||
- uses: https://github.com/actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup .NET 6
|
- name: Setup .NET 6
|
||||||
uses: https://github.com/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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user