Skip to content

Commit 0259b20

Browse files
committed
ci: upload MSBuild binlog for Windows runtime build to diagnose parallel races
1 parent 26b8af0 commit 0259b20

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build-windows-runtime.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Build
6767
run: |
6868
dotnet build build\Stride.Runtime.slnf `
69+
-bl:msbuild.binlog `
6970
-p:StrideNativeBuildMode=Clang `
7071
-nr:false `
7172
-v:m -p:WarningLevel=0 `
@@ -74,3 +75,10 @@ jobs:
7475
-p:StrideGraphicsApis=${{ github.event.inputs.graphics-api || inputs.graphics-api || 'Direct3D11' }} `
7576
-p:StrideSkipUnitTests=true `
7677
-p:StrideSkipAutoPack=true
78+
- name: Upload binlog
79+
if: always()
80+
uses: actions/upload-artifact@v4
81+
with:
82+
name: binlog-windows-runtime-${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }}-${{ github.event.inputs.graphics-api || inputs.graphics-api || 'Direct3D11' }}
83+
path: msbuild.binlog
84+
if-no-files-found: ignore

0 commit comments

Comments
 (0)