Skip to content

Commit

Permalink
run with dotnet dll runner
Browse files Browse the repository at this point in the history
  • Loading branch information
LotP1 committed Dec 26, 2024
1 parent 1dbcaf1 commit 80377c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Message Text="Running Validation Project" Importance="high" />

<Exec WorkingDirectory="$(ProjectDir)bin\Debug\$(TargetFramework)\"
Command="Ryujinx.BuildValidationTasks &quot;$(ProjectDir)..\..\\&quot;"
Command="dotnet Ryujinx.BuildValidationTasks.dll &quot;$(ProjectDir)..\..\\&quot;"
ConsoleToMsBuild="true"
/>
</Target>
Expand Down

0 comments on commit 80377c1

Please sign in to comment.