Skip to content

Investigate build failure: The build failed due to 'Mismatched MVIDs in ibc data', which is related to profile-guided optimization data not matching the built assemblies. This is a known issue in .NET source-build scenarios. #293

Investigate build failure: The build failed due to 'Mismatched MVIDs in ibc data', which is related to profile-guided optimization data not matching the built assemblies. This is a known issue in .NET source-build scenarios.

Investigate build failure: The build failed due to 'Mismatched MVIDs in ibc data', which is related to profile-guided optimization data not matching the built assemblies. This is a known issue in .NET source-build scenarios. #293

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}