Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
try binlog
  • Loading branch information
jpnurmi committed Jun 19, 2025
commit 090070f244b59b74bcbb0131ba337e0444ae5c0f
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,11 @@ jobs:
with:
path: integration-test

- name: Dump MSBuild
run: |
dotnet msbuild console-app.csproj -pp:console-app.msbuild
working-directory: integration-test/console-app

- name: Upload MSBuild
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.target || runner.os }}-msbuild
path: integration-test/console-app/console-app.msbuild
name: ${{ matrix.target || runner.os }}-console-app.binlog
path: integration-test/console-app/console-app.binlog


trim-analysis:
Expand Down
1 change: 1 addition & 0 deletions integration-test/runtime.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ internal class FakeTransport : ITransport
function publishConsoleApp([bool]$SentryNative = $true)
{
dotnet publish console-app `
-bl:console-app.binlog `
-c Release `
--nologo `
--framework $framework `
Expand Down
Loading