We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329c43e commit b3a09e2Copy full SHA for b3a09e2
.github/workflows/build-dev.yml
@@ -12,6 +12,18 @@ on:
12
- '*'
13
14
jobs:
15
+# test-netcore-linux:
16
+# runs-on: ubuntu-latest
17
+#
18
+# steps:
19
+# - uses: actions/checkout@v1
20
+# - uses: actions/setup-dotnet@v1
21
+# with:
22
+# dotnet-version: '3.1.201'
23
24
+# - name: Run tests netcoreapp3.1
25
+# run: dotnet test -c Release -f netcoreapp3.1
26
+
27
test-win:
28
runs-on: windows-latest
29
@@ -23,7 +35,7 @@ jobs:
35
36
nuget:
37
- needs: [test-win,test-netcore-linux]
38
+ needs: [test-win] #,test-netcore-linux]
39
40
steps:
41
- uses: actions/checkout@v1
0 commit comments