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
System.Private.CoreLib.csproj(418, 5): [MSB3073] The command """
/prj/coreclr-egor/src/System.Private.CoreLib/../scripts/check-definitions.py
...... exited with code 127.
build.cmdsaves PYTHON to %TEMP%\pythonlocation.txt so I guess System.Private.CoreLib.csproj could read it from there. (NOTE: build.sh doesn't save the computed path).
The text was updated successfully, but these errors were encountered:
See https://github.com/dotnet/coreclr/blob/master/src/System.Private.CoreLib/System.Private.CoreLib.csproj#L431
As far as I understand this variable is computed in build scripts where it's exported for the current process. However if I open the
System.Private.CoreLib.sln
in an IDE (VS/VSfM/Rider) I getbuild.cmd
saves PYTHON to%TEMP%\pythonlocation.txt
so I guessSystem.Private.CoreLib.csproj
could read it from there. (NOTE: build.sh doesn't save the computed path).The text was updated successfully, but these errors were encountered: