Open TylerLeonhardt opened 6 years ago
Previous logic wouldn't add 'dotnet' to the PATH if it didn't need to be installed (because it was already present).
This will ensure that the .NET SDK is added to the PATH every time you do: Invoke-PSDepend
Invoke-PSDepend
PATH logic is fun...
PATH
cc @SeeminglyScience
rip - works outside of the tests 🙃 probably some magic path stuff. Digging...
Previous logic wouldn't add 'dotnet' to the PATH if it didn't need to be installed (because it was already present).
This will ensure that the .NET SDK is added to the PATH every time you do:
Invoke-PSDepend
PATH
logic is fun...cc @SeeminglyScience