Open 7enderhead opened 2 years ago
Did you run configure.ps1
before doing the build? Here is our guide on how to build the code.
Also, you need to install VS for installing msbuilld.
As can be seen in the info I provided, I am on Linux, therefore I neither installed Visual Studio nor ran the cmd
or ps1
files you mentioned.
As can be seen in the info I provided, I am on Linux, therefore I neither installed Visual Studio nor ran the
cmd
orps1
files you mentioned.
Unfortunately, you can't build everything in MAC/Linux, for example most likely not possible build nuget.exe on Linux/MAC without extraordinary effort. Sure, our build guide needs update.
Could you be able to tell me what you're trying to achieve here? Do you need to just build code on Linux/MAC or run dotnet tests on MAC/Linux?
I am patching a fork of NuGet to better understand its workings. I get along without unit tests, but most of the build process being triggered by build.sh
works just fine, so I thought I would report this issues (since it actually seems to be just some problem of copying stuff somewhere).
NuGet Product Used
Other/NA
Product Version
source branches "dev" and "release-6.2.x"
Worked before?
don't know
Impact
It's more difficult to complete my work
Repro Steps & Context
build.sh
shared/Microsoft.NETCore.App/3.1.0
folder intocli/shared/Microsoft.NETCore.App
solves the problemVerbose Logs