Official build break: CoreCLR asset path missing '/' in installer subset #2053
Labels
area-Infrastructure
blocking-official-build
untriaged
New issue has not been triaged by the area owner
Example:
https://dev.azure.com/dnceng/internal/_build/results?buildId=493349&view=logs&j=03f0c49c-0e1a-5166-19f6-fc865fe47495&t=8ffb5fe8-216f-590f-db83-b0e95984e140&l=1033
Note
transport\coreclrSystem.Private.CoreLib.dll
I think this is because of missing normalization here (#1934):
runtime/eng/liveBuilds.targets
Lines 21 to 23 in fd7a5e8
Because that variable is used in signing here:
runtime/eng/Signing.props
Line 39 in fd7a5e8
I think normalizing would fix the break.
@dotnet/runtime-infrastructure
The text was updated successfully, but these errors were encountered: