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 acf22c5 commit ec78c0bCopy full SHA for ec78c0b
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
timeout_minutes: 10
39
max_attempts: 10
40
shell: pwsh
41
- command: dotnet build -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -p:isolate=true -p:maxcpucount=1 --nologo --framework=${{ env.DOTNET_FRAMEWORK }}
+ command: dotnet build -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false -p:isolate=true --nologo --framework=${{ env.DOTNET_FRAMEWORK }}
42
43
- name: Test ${{ matrix.configuration }}
44
run: dotnet test --no-build --verbosity normal -c "${{ matrix.configuration }}" -p:ContinuousIntegrationBuild=true -p:UseAppHost=false --nologo --framework=${{ env.DOTNET_FRAMEWORK }}
ArchiSteamFarm
0 commit comments