Try to get this to work on an action

This commit is contained in:
Timothy Baldridge 2021-09-27 16:51:27 -06:00
parent db9b1234f5
commit cc0c2d2eac

View File

@ -37,6 +37,6 @@
<Target Name="AferBuild" AfterTargets="Build">
<Message Text="Downloading Cef" />
<Exec Command="dotnet run --project $(SolutionDir)Wabbajack.CLI\Wabbajack.CLI.csproj -- download-cef -f $(ProjectDir)$(OutDir)" />
<Exec Command="dotnet run --project $(ProjectDir)../Wabbajack.CLI/Wabbajack.CLI.csproj -- download-cef -f $(ProjectDir)$(OutDir)" />
</Target>
</Project>