Cannot pack nugets when building dotnet runtime from sources #113527
Unanswered
AlexeiSosnov
asked this question in
Q&A
Replies: 1 comment
-
See the documentation for building CoreCLR or the general workflow documentation. It documents how to use the ./build.sh -subset clr+libs+host+packs -configuration Release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build dotnet runtime 8.0.12 from sources.
I'm using the command
eng/build.sh --restore --build --pack --configuration Release --arch x64
So I get the error
/home/dontentbuilder/dotnet/runtime/8.0.12/src/coreclr/tools/dotnet-pgo/dotnet-pgo-pack.proj : error MSB4057: The target "Pack" does not exist in the project.
Can anybody suggest how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions