mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Try to get this to work on an action
This commit is contained in:
parent
db9b1234f5
commit
cc0c2d2eac
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user