We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6481e8 commit 1b77be8Copy full SHA for 1b77be8
.github/workflows/ci.yml
@@ -25,11 +25,7 @@ jobs:
25
run: dotnet restore src/HealthNerd.Wasm/HealthNerd.Wasm.csproj
26
27
- name: Build
28
- run: dotnet build src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore -v normal 2>&1 | tee /tmp/build-output.txt; exit ${PIPESTATUS[0]}
29
-
30
- - name: Show build errors
31
- if: failure()
32
- run: grep -E "error CS|Error\(s\)|error :" /tmp/build-output.txt || cat /tmp/build-output.txt
+ run: dotnet build src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore
33
34
- name: Publish (dry-run to verify WASM output)
35
run: dotnet publish src/HealthNerd.Wasm/HealthNerd.Wasm.csproj -c Release --no-restore -o ./publish
0 commit comments