8000 [main] Source code updates from dotnet/diagnostics by dotnet-maestro[bot] · Pull Request #1388 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

[main] Source code updates from dotnet/diagnostics #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 3, 2025
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
Next Next commit
[diagnostics] Source update e32a259 → f903b9d
  • Loading branch information
dotnet-maestro[bot] committed Jul 3, 2025
commit 98e128494449d9f599bc32753beea4e63bd09514
2 changes: 1 addition & 1 deletion src/diagnostics/eng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ fi
if [[ "$__NativeBuild" == 1 ]]; then
build_native "$__TargetOS" "$__TargetArch" "$__RepoRootDir" "$__IntermediatesDir" "install" "$__ExtraCmakeArgs" "diagnostic component" | tee "$__LogsDir"/make.log

if [ "$?" != 0 ]; then
if [ "${PIPESTATUS[0]}" != 0 ]; then
echo "Native build FAILED"
exit 1
fi
Expand Down
4 changes: 2 additions & 2 deletions src/source-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"commitSha": "1478b7e6938013629e182b0656bfbde04d367cc5"
},
{
"barId": 273416,
"barId": 273928,
"path": "diagnostics",
"remoteUri": "https://github.com/dotnet/diagnostics",
"commitSha": "e32a259690378945a52bc8ac5cc5e302d9beb193"
"commitSha": "f903b9dcd4a2099474aa08ea1f1b4dc923a71049"
},
{
"barId": 273208,
Expand Down
0