Closed moodmosaic closed 6 years ago
>dotnet --version
2.1.300
@moodmosaic Yes, it seems that the root cause is the missing VS installation. We could rewrite scripts to use dotnet
only, so it will work with dotnet
SDK only.
Your problem lies in the attempt to "Restore" the NuGet packages, not with missing VS installation. Resolve that and you will be fine with just MSBuild.exe installed.
It is some MSBuild task that’s failing, yes. Most likely the Restore one, as shown from that error.
I’m putting this issue as a note so we can come back and fix it. Right now it is a blocker one.
30, #31, /cc @zvirja