-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
OmniSharp.ScriptCs is declared as a dependency:
| "OmniSharp.ScriptCs": "1.0.0-*", |
but I cannot find this package: https://www.nuget.org/packages/OmniSharp.ScriptCs (404)
Metadata
Metadata
Assignees
Labels
No labels