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
Running build-server.ps1 this error is printed as part of dotnet restore:
/Users/felix/git/omnisharp-node-client/vendor/src/OmniSharp.TypeScriptGeneration/OmniSharp.TypeScriptGeneration.csproj : error NU1101: Unable to find package OmniSharp.ScriptCs. No packages exist with this id in source(s): AspNetMaster, AspNetRelease, NuGet.org2, NuGetBuild, OmniSharp, XunitMyGet
The build failed. Please fix the build errors and run again.
Running build-server.ps1 this error is printed as part of
dotnet restore
:OmniSharp.ScriptCs
is declared as a dependency:omnisharp-node-client/vendor/src/OmniSharp.TypeScriptGeneration/project.json
Line 12 in fcb57e1
but I cannot find this package: https://www.nuget.org/packages/OmniSharp.ScriptCs (404)
The text was updated successfully, but these errors were encountered: