Skip to content

AspNetCore fails to build inside the VMR on Windows #4338

@ViktorHofer

Description

@ViktorHofer

D:\a_work\1\s\src\aspnetcore\src\Components\WebAssembly\WebAssembly\src\Microsoft.AspNetCore.Components.WebAssembly.csproj(65,5): error : '......\Web.JS\dist\Release\blazor.webassembly.js' does not exist. Enable NodeJS to pack this project.
D:\a_work\1\s\src\aspnetcore\src\Components\WebView\WebView\src\Microsoft.AspNetCore.Components.WebView.csproj(67,5): error : 'D:\a_work\1\s\src\aspnetcore\src\Components\WebView\WebView\src......\Web.JS\dist\Release\blazor.webview.js' does not exist. Ensure the JS assets have been build by running 'npm run build' from the repository root.
CSC : error CS1566: Error reading resource '_framework/blazor.webview.js' -- 'Could not find a part of the path 'D:\a_work\1\s\src\aspnetcore\src\Components\Web.JS\dist\Release\blazor.webview.js'.' [D:\a_work\1\s\src\aspnetcore\src\Components\WebView\WebView\src\Microsoft.AspNetCore.Components.WebView.csproj]
D:\a_work\1\s\src\aspnetcore\src\Components\Endpoints\src\Microsoft.AspNetCore.Components.Endpoints.csproj(67,5): error : 'D:\a_work\1\s\src\aspnetcore\src\Components\Endpoints\src....\Web.JS\dist\Release\blazor.web.js' does not exist. Ensure the JS assets have been build by running 'npm run build' from the repository root.
CSC : error CS1566: Error reading resource '_framework/blazor.web.js' -- 'Could not find a part of the path 'D:\a_work\1\s\src\aspnetcore\src\Components\Web.JS\dist\Release\blazor.web.js'.' [D:\a_work\1\s\src\aspnetcore\src\Components\Endpoints\src\Microsoft.AspNetCore.Components.Endpoints.csproj]
0 Warning(s)
5 Error(s)

Those errors are currently not propagated correctly back into the VMR orchestrator due to #4277

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions