Skip to content
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

Linux readme.md instruction issue #25

Open
AEW2015 opened this issue Oct 23, 2024 · 0 comments
Open

Linux readme.md instruction issue #25

AEW2015 opened this issue Oct 23, 2024 · 0 comments

Comments

@AEW2015
Copy link

AEW2015 commented Oct 23, 2024

I am on alma 9 (so potentially an alma issue).
But to build TS.NET, I need to run the build script in the build-scripts directory

[farmer@localhost TS.NET]$ ./build-scripts/TS.NET.Engine\ \(linux-x64\).bash
cat: ../source/TS.NET.Engine/TS.NET.Engine.csproj: No such file or directory
MSBuild version 17.8.5+b5265ef37 for .NET
MSBUILD : error MSB1009: Project file does not exist.
Switch: ../source/TS.NET.Engine/TS.NET.Engine.csproj
[farmer@localhost TS.NET]$ cd build-scripts/
[farmer@localhost build-scripts]$ ./TS.NET.Engine\ \(linux-x64\).bash
MSBuild version 17.8.5+b5265ef37 for .NET
  Determining projects to restore...
  Restored /home/farmer/TS.NET/source/TS.NET/TS.NET.csproj (in 347 ms).
  Restored /home/farmer/TS.NET/source/TS.NET.Engine/TS.NET.Engine.csproj (in 357 ms).

Looks like the build script is doing a relative path that breaks if run from a different directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant