mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user