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