Skip to content

Commit a5dab11

Browse files
ReadMeSynchronizer_AdHocCommit_0
1 parent e447a92 commit a5dab11

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
name: .NET Core
2-
32
on:
43
push:
54
branches: [ master ]
65
pull_request:
76
branches: [ master ]
8-
97
jobs:
108
build:
11-
12-
runs-on: ubuntu-latest
13-
9+
runs-on: windows-latest #ubuntu-latest
1410
steps:
1511
- uses: actions/checkout@v2
1612
- name: Setup .NET Core
1713
uses: actions/setup-dotnet@v1
1814
with:
1915
dotnet-version: 3.1.101
20-
- name: Install dependencies
21-
run: dotnet restore
2216
- name: Build
23-
run: dotnet build --configuration Release --no-restore
24-
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
17+
run: dotnet build ./Src/Xxxx.sln --configuration Release
18+
#- name: Test
19+
# run: dotnet test --no-restore --verbosity normal

0 commit comments

Comments
 (0)