You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my local Windows workstation, Scripty works as expected (and is great!).
In my build pipeline (in a Docker container / Linux), I get this error:
/root/.nuget/packages/scripty.msbuild/0.7.4/build/Scripty.MsBuild.targets(31,5): error MSB4062:
The "ScriptyTask" task could not be loaded from the assembly /root/.nuget/packages/scripty.msbuild/0.7.4/build/../tools/Scripty.MsBuild.dll.
Could not load file or assembly 'Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
The system cannot find the file specified.
I couldn't find a lot on Microsoft.Build.Utilities.v4.0. Should this work in a Linux environment or is this unsupported?
The text was updated successfully, but these errors were encountered:
On my local Windows workstation, Scripty works as expected (and is great!).
In my build pipeline (in a Docker container / Linux), I get this error:
I couldn't find a lot on
Microsoft.Build.Utilities.v4.0
. Should this work in a Linux environment or is this unsupported?The text was updated successfully, but these errors were encountered: