Skip to content

[Helix] build error when building helix payload for Components.Server.Tests.csproj #7202

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

Closed
HaoK opened this issue Feb 1, 2019 · 6 comments
Assignees
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Duplicate Resolved as a duplicate of another issue task

Comments

@HaoK
Copy link
Member

HaoK commented Feb 1, 2019

Something is different about this project in that it fails to build the npnproj files which leads to

2019-02-01T19:18:08.8831057Z CSC : error CS1566: Error reading resource 'frameworkFiles\components.server.js' -- 'Could not find a part of the path 'D:\a\1\s\src\Components\Browser.JS\src\dist\components.server.js'.' [D:\a\1\s\src\Components\Server\src\Microsoft.AspNetCore.Components.Server.csproj]
2019-02-01T19:18:13.4527819Z 

Nate thinks this is due to https://github.com/aspnet/AspNetCore/blob/d4c55df8f43cc86abaf7beea9185aedbdd316e49/src/Components/Browser.JS/src/Microsoft.AspNetCore.Components.Browser.JS.npmproj#L16-L22 not being built.

@HaoK HaoK added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Feb 1, 2019
@Eilon Eilon added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates and removed area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework labels Feb 2, 2019
@mkArtakMSFT
Copy link
Contributor

@SteveSandersonMS , can you please lake a look at this one? Thanks!

@SteveSandersonMS
Copy link
Member

I need more information to be able to say anything about this.

@HaoK What's different about Helix that would make those commands unable to work like they do elsewhere?

@HaoK
Copy link
Member Author

HaoK commented Feb 21, 2019

You should be able to repro the error locally by reenabling BuildHelixPayload in Microsoft.AspNetCore.Components.Server.Tests.csproj and then running:
.\build.cmd -all /t:Helix /p:IsHelixJob=true

@0xced
Copy link
Contributor

0xced commented Mar 6, 2019

I have the same problem (at least I have the same error message) when trying to build the master branch of the AspNetCore repository (commit 303a354) on macOS 10.14.3. I don't know what Helix is but my issue does not seem to be related to Helix as I just tried to build ASP.NET Core with ./build.sh without any special parameter.

Here is the error message I get:

CSC : error CS1566: Error reading resource '_framework/components.server.js' -- 'Could not find a part of the path '~/Projects/AspNetCore/src/Components/Browser.JS/src/dist/components.server.js'.' [~/Projects/AspNetCore/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj]

Truncated build log to fit GitHub's 65536 characters limit
$ ./build.sh
Downloading KoreBuild 3.0.0-build-20190226.1
Using KoreBuild 3.0.0-build-20190226.1
warning: No default group of projects was specified, so building the 'managed' subset of projects. Run build.sh -help for more details.
warning: dotnet found on the system PATH is '/usr/local/share/dotnet/dotnet' but KoreBuild will use '~/Projects/AspNetCore/.dotnet/dotnet'.
warning: Adding '~/Projects/AspNetCore/.dotnet' to system PATH permanently may be required for applications like Visual Studio for Mac or VS Code to work correctly.
dotnet-install: Downloading link: https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview4-010309/dotnet-sdk-3.0.100-preview4-010309-osx-x64.tar.gz
dotnet-install: Extracting zip from https://dotnetcli.azureedge.net/dotnet/Sdk/3.0.100-preview4-010309/dotnet-sdk-3.0.100-preview4-010309-osx-x64.tar.gz
dotnet-install: Adding to current process PATH: `~/Projects/AspNetCore/.dotnet`. Note: This change will be visible only when sourcing script.
dotnet-install: Installation finished successfully.
>>> dotnet publish ~/Projects/AspNetCore/build/tasks/RepoTasks.csproj --configuration Release --output ~/Projects/AspNetCore/build/tasks/bin/publish/ -nologo -p:RepoTasksSdkPath=~/Projects/AspNetCore/.dotnet/buildtools/korebuild/3.0.0-build-20190226.1/scripts/../msbuild/KoreBuild.RepoTasks.Sdk/Sdk/ @~/Projects/AspNetCore/artifacts/logs/msbuild.logger.rsp "-p:BuildManaged=true" "-p:_RunBuild=true" "-p:_RunPack=false" "-p:_RunTests=false" "-p:TargetArchitecture=x64" "-p:TargetOsName=osx"

Welcome to .NET Core!
---------------------
Learn more about .NET Core: https://aka.ms/dotnet-docs
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs

Telemetry
---------
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

ASP.NET Core
------------
Successfully installed the ASP.NET Core HTTPS Development Certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
  Restoring packages for ~/Projects/AspNetCore/build/tasks/RepoTasks.csproj...
  Generating MSBuild file ~/Projects/AspNetCore/build/tasks/obj/RepoTasks.csproj.nuget.g.props.
  Generating MSBuild file ~/Projects/AspNetCore/build/tasks/obj/RepoTasks.csproj.nuget.g.targets.
  Restore completed in 711.84 ms for ~/Projects/AspNetCore/build/tasks/RepoTasks.csproj.
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/build/tasks/RepoTasks.csproj]
  RepoTasks -> ~/Projects/AspNetCore/build/tasks/bin/Release/netcoreapp3.0/RepoTasks.dll
  RepoTasks -> ~/Projects/AspNetCore/build/tasks/bin/publish/

Build succeeded.

~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/build/tasks/RepoTasks.csproj]
    1 Warning(s)
    0 Error(s)

Time Elapsed 00:00:03.68
>>> dotnet msbuild @~/Projects/AspNetCore/artifacts/logs/msbuild.rsp @~/Projects/AspNetCore/artifacts/logs/msbuild.logger.rsp
Microsoft (R) Build Engine version 16.1.4-preview+ga972ec96c3 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Installing .NET Core Runtime (x64) 2.2.1
  Installing .NET Core Runtime (x64) 3.0.0-preview4-27428-4
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Microsoft.AspNetCore.SignalR.Protocols.Json [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/src/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/src/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/src/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/src/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/ref/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/ref/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/ref/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/ref/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Microsoft.AspNetCore.SignalR.Protocols.Json [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
  Restoring packages for ~/Projects/AspNetCore/src/Antiforgery/test/Microsoft.AspNetCore.Antiforgery.Test.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureADB2C.UI/ref/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Antiforgery/ref/Microsoft.AspNetCore.Antiforgery.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureAD.UI/src/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureAD.UI/ref/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureAD.UI/test/Microsoft.AspNetCore.Authentication.AzureAD.UI.Test.csproj...
  Restoring packages for ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureADB2C.UI/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj...
  Installing Microsoft.AspNetCore.BuildTools.ApiCheck 3.0.0-build-20190226.1.
  Installing Internal.AspNetCore.Sdk 3.0.0-build-20190226.1.
  Generating MSBuild file ~/Projects/AspNetCore/src/Antiforgery/ref/obj/Microsoft.AspNetCore.Antiforgery.csproj.nuget.g.props.
  Generating MSBuild file ~/Projects/AspNetCore/src/Antiforgery/src/obj/Microsoft.AspNetCore.Antiforgery.csproj.nuget.g.props.
  Generating MSBuild file ~/Projects/AspNetCore/src/Antiforgery/src/obj/Microsoft.AspNetCore.Antiforgery.csproj.nuget.g.targets.
  Generating MSBuild file ~/Projects/AspNetCore/src/Antiforgery/ref/obj/Microsoft.AspNetCore.Antiforgery.csproj.nuget.g.targets.
  Restore completed in 11.22 sec for ~/Projects/AspNetCore/src/Antiforgery/ref/Microsoft.AspNetCore.Antiforgery.csproj.
  Restore completed in 11.22 sec for ~/Projects/AspNetCore/src/Antiforgery/src/Microsoft.AspNetCore.Antiforgery.csproj.
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Middleware/Diagnostics/test/FunctionalTests/Diagnostics.FunctionalTests.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/src/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Azure/AzureAD/test/testassets/AzureAD.WebSite/AzureAD.WebSite.csproj]
  IdentitySample.DefaultUI -> ~/Projects/AspNetCore/src/Identity/samples/IdentitySample.DefaultUI/bin/Debug/netcoreapp3.0/IdentitySample.DefaultUI.dll
  IdentitySample.DefaultUI -> ~/Projects/AspNetCore/src/Identity/samples/IdentitySample.DefaultUI/bin/Debug/netcoreapp3.0/IdentitySample.DefaultUI.Views.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Middleware/CORS/test/FunctionalTests/FunctionalTests.csproj]
  AzureAD.WebSite -> ~/Projects/AspNetCore/src/Azure/AzureAD/test/testassets/AzureAD.WebSite/bin/Debug/netcoreapp3.0/AzureAD.WebSite.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureADB2C.UI/test/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.csproj]
  Identity.DefaultUI.WebSite -> ~/Projects/AspNetCore/src/Identity/testassets/Identity.DefaultUI.WebSite/bin/Debug/netcoreapp3.0/Identity.DefaultUI.WebSite.dll
  Identity.DefaultUI.WebSite -> ~/Projects/AspNetCore/src/Identity/testassets/Identity.DefaultUI.WebSite/bin/Debug/netcoreapp3.0/Identity.DefaultUI.WebSite.Views.dll
  Microsoft.AspNetCore.ApiAuthorization.IdentityServer -> ~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/src/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Azure/AzureAD/test/FunctionalTests/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.csproj]
  FunctionalTests -> ~/Projects/AspNetCore/src/Middleware/CORS/test/FunctionalTests/bin/Debug/netcoreapp3.0/FunctionalTests.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj]
  Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test -> ~/Projects/AspNetCore/src/Azure/AzureAD/Authentication.AzureADB2C.UI/test/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.Test.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/ApiAuthSample.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/test/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Tests.csproj]
  Microsoft.AspNetCore.Identity.FunctionalTests -> ~/Projects/AspNetCore/src/Identity/test/Identity.FunctionalTests/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.Identity.FunctionalTests.dll
  Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Tests -> ~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/test/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.ApiAuthorization.IdentityServer.Tests.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/Azure/AzureAD/samples/AzureADB2CSample/AzureADB2CSample.csproj]
  ApiAuthSample -> ~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/bin/Debug/netcoreapp3.0/ApiAuthSample.dll
  ApiAuthSample -> ~/Projects/AspNetCore/src/Identity/ApiAuthorization.IdentityServer/samples/ApiAuthSample/bin/Debug/netcoreapp3.0/ApiAuthSample.Views.dll
  Diagnostics.FunctionalTests -> ~/Projects/AspNetCore/src/Middleware/Diagnostics/test/FunctionalTests/bin/Debug/netcoreapp3.0/Diagnostics.FunctionalTests.dll
  Microsoft.AspNetCore.App.UnitTests -> ~/Projects/AspNetCore/artifacts/bin/Microsoft.AspNetCore.App.UnitTests/Debug/netcoreapp3.0/Microsoft.AspNetCore.App.UnitTests.dll
  Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests -> ~/Projects/AspNetCore/src/Azure/AzureAD/test/FunctionalTests/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.Authentication.AzureAD.FunctionalTests.dll
  AzureADB2CSample -> ~/Projects/AspNetCore/src/Azure/AzureAD/samples/AzureADB2CSample/bin/Debug/netcoreapp3.0/AzureADB2CSample.dll
  AzureADB2CSample -> ~/Projects/AspNetCore/src/Azure/AzureAD/samples/AzureADB2CSample/bin/Debug/netcoreapp3.0/AzureADB2CSample.Views.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/src/Microsoft.AspNetCore.SignalR.Client.csproj]
  Microsoft.AspNetCore.SignalR.Client -> ~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/src/bin/Debug/netstandard2.0/Microsoft.AspNetCore.SignalR.Client.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/samples/JwtClientSample/JwtClientSample.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/samples/ClientSample/ClientSample.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/test/UnitTests/Microsoft.AspNetCore.SignalR.Client.Tests.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/server/StackExchangeRedis/test/Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/server/SignalR/test/Microsoft.AspNetCore.SignalR.Tests.csproj]
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/test/FunctionalTests/Microsoft.AspNetCore.SignalR.Client.FunctionalTests.csproj]
  JwtClientSample -> ~/Projects/AspNetCore/src/SignalR/samples/JwtClientSample/bin/Debug/netcoreapp3.0/JwtClientSample.dll
  ClientSample -> ~/Projects/AspNetCore/src/SignalR/samples/ClientSample/bin/Debug/netcoreapp3.0/ClientSample.dll
  Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests -> ~/Projects/AspNetCore/src/SignalR/server/StackExchangeRedis/test/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests.dll
  Microsoft.AspNetCore.SignalR.Client.Tests -> ~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/test/UnitTests/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.SignalR.Client.Tests.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/perf/Microbenchmarks/Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj]
  Microsoft.AspNetCore.SignalR.Client.FunctionalTests -> ~/Projects/AspNetCore/src/SignalR/clients/csharp/Client/test/FunctionalTests/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.SignalR.Client.FunctionalTests.dll
  Microsoft.AspNetCore.SignalR.Microbenchmarks -> ~/Projects/AspNetCore/src/SignalR/perf/Microbenchmarks/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.SignalR.Microbenchmarks.dll
~/.nuget/packages/microsoft.build.tasks.git/1.0.0-beta2-18618-05/build/Microsoft.Build.Tasks.Git.targets(36,5): warning : Submodule 'googletest' doesn't have any commit, the source code won't be available via source link. [~/Projects/AspNetCore/src/SignalR/samples/ClientSample/ClientSample.csproj]
  Microsoft.AspNetCore.SignalR.Tests -> ~/Projects/AspNetCore/src/SignalR/server/SignalR/test/bin/Debug/netcoreapp3.0/Microsoft.AspNetCore.SignalR.Tests.dll
  ClientSample -> ~/Projects/AspNetCore/src/SignalR/samples/ClientSample/bin/Debug/net461/ClientSample.exe

Build FAILED.

~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Microsoft.AspNetCore.SignalR.Protocols.Json [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/src/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/src/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/src/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/src/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/src/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/ref/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/SignalR.Common/ref/Microsoft.AspNetCore.SignalR.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/ref/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Newtonsoft.Json [~/Projects/AspNetCore/src/SignalR/common/Http.Connections.Common/ref/Microsoft.AspNetCore.Http.Connections.Common.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning : Package references changed since the last release. This could be a breaking change. References removed: [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
~/Projects/AspNetCore/eng/targets/ResolveReferences.targets(204,5): warning :  - Microsoft.AspNetCore.SignalR.Protocols.Json [~/Projects/AspNetCore/src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.csproj]
CSC : error CS1566: Error reading resource '_framework/components.server.js' -- 'Could not find a part of the path '~/Projects/AspNetCore/src/Components/Browser.JS/src/dist/components.server.js'.' [~/Projects/AspNetCore/src/Components/Server/src/Microsoft.AspNetCore.Components.Server.csproj]
    557 Warning(s)
    1 Error(s)

Time Elapsed 00:05:00.48
error  : dotnet failed with exit code 1

@0xced
Copy link
Contributor

0xced commented Mar 6, 2019

The workaround described in #7862 worked for me: going into the src/Components/Browser.JS directory and running ../../../.dotnet/dotnet build before running ./build.sh.

@mkArtakMSFT
Copy link
Contributor

mkArtakMSFT commented Apr 4, 2019

This is now fixed: #7862

@mkArtakMSFT mkArtakMSFT added the ✔️ Resolution: Duplicate Resolved as a duplicate of another issue label Apr 4, 2019
@mkArtakMSFT mkArtakMSFT removed area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates labels May 9, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Includes: Blazor, Razor Components ✔️ Resolution: Duplicate Resolved as a duplicate of another issue task
Projects
None yet
Development

No branches or pull requests

5 participants