Build Agent fails in .netstandard project

Both x86 and x64 SDKs and runtimes  installed on TFS server for .netstandard 2.0

[15:19:22] Unable to resolve 'Microsoft.AspNetCore.Routing (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.AspNetCore.Server.IISIntegration (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.AspNetCore.Server.Kestrel (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.AspNetCore.StaticFiles (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.EntityFrameworkCore (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.EntityFrameworkCore.Relational (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.EntityFrameworkCore.SqlServer (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.EntityFrameworkCore.SqlServer.Design (>= 2.0.0-preview1-final)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.EntityFrameworkCore.Tools (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Configuration.EnvironmentVariables (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Configuration.FileExtensions (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Configuration.Json (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Configuration.UserSecrets (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Logging (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Logging.Console (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Logging.Debug (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Options.ConfigurationExtensions (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.Extensions.Primitives (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
[15:19:22] Unable to resolve 'Microsoft.VisualStudio.Web.BrowserLink (>= 2.0.0)' for '.NETStandard,Version=v2.0'.
0
1 comment

Hi, thanks for the log. How do you have configured the build step? You say that the SDKs are installed in the TFS server, are they installed in the machines where the build agents run?

0

Please sign in to leave a comment.