fix: allow usage of CLI build instead of only VS (#15190)

* fix: change solutiondir to msbuildproject

* chore: perhaps a better solution
This commit is contained in:
Constrat
2025-12-24 14:08:20 +01:00
committed by GitHub
parent 9e31c5907d
commit eff92fcaeb

View File

@@ -17,6 +17,7 @@
<!-- Build and Publish -->
<PropertyGroup>
<SolutionDir Condition="'$(SolutionDir)'==''">$(MSBuildProjectDirectory)\..\..\build\</SolutionDir>
<OutputPath>$(SolutionDir)\bin\$(Configuration)\</OutputPath>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishSingleFile>false</PublishSingleFile>