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
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.
The text was updated successfully, but these errors were encountered:
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
Looks like the build script is doing a relative path that breaks if run from a different directory.
The text was updated successfully, but these errors were encountered: