Open
Description
Steps to reproduce
The following COM sample doesn't build from the dotnet
command. It only builds from within Visual Studio.
Command line
dotnet build ExcelDemo.csproj
Expected behavior
The project should build
Actual behavior
There is a failure to find the ResolveComReferences
task.
See dotnet/core#2104
See dotnet/samples#487