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 f6cd4c4 commit b0dcbb7Copy full SHA for b0dcbb7
.github/workflows/TestCommit.yml
@@ -23,7 +23,8 @@ jobs:
23
run: dotnet restore
24
25
- name: Build
26
- run: dotnet build --configuration Debug --no-restore
+ # https://github.com/dotnet/core/issues/7840 failed to build with 0 errors
27
+ run: dotnet build --configuration Debug --no-restore --disable-build-servers
28
29
- name: Test
30
run: dotnet test ./tests/SharpGLTF.Ext.3DTiles.Tests/SharpGLTF.Ext.3DTiles.Tests.csproj --no-build --verbosity diagnostic
0 commit comments