feat: add checkout action
This commit is contained in:
parent
abd82d6266
commit
90f5cfcae6
1 changed files with 3 additions and 0 deletions
|
@ -6,5 +6,8 @@ jobs:
|
|||
build-server:
|
||||
runs-on: mcr.microsoft.com/dotnet/sdk:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- 'dotnet restore --packages'
|
||||
- 'dotnet build --no-restore'
|
||||
|
|
Loading…
Reference in a new issue