-
Couldn't load subscription status.
- Fork 1.4k
Closed
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutbugtriaged
Description
Issue Description
As part of the dotnet/aspnetcore test build, we are publishing test apps and running them during the build. If the test app doesn't return the correct ExitCode, we fail the build.
However, we've run into situations where raising this Error doesn't fail the build, even though it should. This happens in CI, but we haven't found a case where it happens locally - if the test fails, the build fails locally.
Steps to Reproduce
See the binlog here: aspnetcore-succeeds-buterror.binlog
Here is the MSBuild code raising an error:
Expected Behavior
The whole build should fail because an Error occurred during the build.
Actual Behavior
Analysis
No response
Versions & Configurations
No response
Metadata
Metadata
Labels
Priority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutbugtriaged
