You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the features/NullableDogfood branch, I need to disable the boostrap, because the branch is based off of master (so as no support for LangVersion 8 or nullable feature).
The error is: 20:32:59 /mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/Binaries/Tools/dotnet/sdk/2.1.300-preview2-008324/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): error : Could not find a part of the path '/mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/Binaries/Debug/Dlls/MSBuildTask/netcoreapp2.0/publish/runtimes'. ~~[/mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/src/NuGet/NuGetProjectPackUtil.csproj]
For the
features/NullableDogfood
branch, I need to disable the boostrap, because the branch is based off of master (so as no support for LangVersion 8 or nullable feature).The error is:
20:32:59 /mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/Binaries/Tools/dotnet/sdk/2.1.300-preview2-008324/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets(198,5): error : Could not find a part of the path '/mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/Binaries/Debug/Dlls/MSBuildTask/netcoreapp2.0/publish/runtimes'. ~~[/mnt/j/workspace/dotnet_roslyn/features_NullableDogfood/ubuntu_16_debug_prtest/src/NuGet/NuGetProjectPackUtil.csproj]
Here's the PR that repro's the problem:
#26622 (comment)
From discussion with @jaredpar, the problem is in
build.sh
, which has some publishing logic conditionally on bootstrap flag being set.The text was updated successfully, but these errors were encountered: