mirror of
https://github.com/GreemDev/Ryujinx
synced 2025-01-04 18:16:44 +01:00
parent
b00d80c17a
commit
7b8c8776a2
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
<Target Name="PostBuildTarget" DependsOnTargets="AfterBuild">
|
||||
<Message Text="Running Validation Project" Importance="high" />
|
||||
|
||||
<Exec WorkingDirectory="$(OutDir)"
|
||||
<Exec WorkingDirectory="$(ProjectDir)bin\Debug\$(TargetFramework)\"
|
||||
Command="Ryujinx.BuildValidationTasks.exe $(ProjectDir)..\..\"
|
||||
ConsoleToMsBuild="true"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue