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 f5611b9 commit 9c6ff62Copy full SHA for 9c6ff62
.github/workflows/build-dev.yml
@@ -12,17 +12,17 @@ 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
+# test-netcore-linux:
+# runs-on: ubuntu-latest
+#
+# steps:
+# - uses: actions/checkout@v1
+# - uses: actions/setup-dotnet@v1
+# with:
+# dotnet-version: '3.1.201'
+# - name: Run tests netcoreapp3.1
+# run: dotnet test -c Release -f netcoreapp3.1
26
27
test-win:
28
runs-on: windows-latest
0 commit comments