Update build.yaml
This commit is contained in:
parent
f263ded8dc
commit
a180b07716
|
@ -14,9 +14,11 @@ jobs:
|
|||
- uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
- name: print
|
||||
run: dotnet --info
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet build --no-restore --framework=net6.0
|
||||
run: dotnet build --no-restore
|
||||
# - name: Test
|
||||
# run: dotnet test --no-restore --verbosity normal
|
||||
|
|
Loading…
Reference in New Issue