-
Notifications
You must be signed in to change notification settings - Fork 108
Can't install dotnet-sdk nightly from debian feed #231
Comments
Hi @bazzilic thank you for the post. Although the upload of package dotnet-sdk-* is stable after recent change, aspnetcore-store is absent from the feed. Move this issue to store repo |
hi @JunTaoLuo @joeloff we talked about adding daily feed for store package. We need aspnet-store package to be in the feed in order to complete the scenario above. I added a C# client/msbuild task for the feed with retry logic, so far the upload is very stable. You can use it as reference |
Hello.I'm having the same problem
Is there any quick fix solution? |
Hi @JunTaoLuo @joeloff @muratg, is there any update on this issue? Daily feed is still blocked by it cc: @livarcocc |
Any update on this? This is blocking me to do: https://github.com/OmniSharp/omnisharp-vscode/wiki/Remote-Debugging-On-Linux-Arm |
@JunTaoLuo Are we just missing the nightly installer for Debian? IoW do we still produce generic .tar.gz's? |
We should investigate how to publish our installers to the debian feeds. We produce the generic .tar.gz's but we do not publish it anywhere that's publicly available. |
Sorry for asking again. But this is still open. I would really like to test remote debugging. |
@leecow what is the plan for daily feed? If there is no near plan for it, I should close this issue |
@wli3 - ASP team needs to publish their part of the install to the existing feed. Could this step possibly be added to your code the publishes the CLI? cc @JunTaoLuo |
@leecow I will be hard to maintain. To keep up with the normal insertion need effort already. Also, it is strange for CLI to publish asp.net's package. |
@JunTaoLuo how much work is left on this one? |
I'll get to it this week, I need to port over @wli3's implementation for uploading to the debian nightly feed as well as get the proper credentials for the actual push. |
Quick 🆙📅 I have the code in a branch right now but I can't proceed further until I have the push credentials to the debian feed. I have sent an email for this so as soon as I hear back I'll start on this again. |
Confirmed that this is not needed. |
From @bazzilic on September 7, 2017 12:42
Steps to reproduce
I am trying to install dotnet SDK nightly build on a clean ubuntu 16.04, so I run this as per README.md:
Expected behavior
Dotnet SDK install nicely.
Actual behavior
Looking through
apt-cache search asp
shows that there are no packages at all namedaspnetcore-store
. An extensive googling for a debian feed I might be missing resulted in nothing, I couldn't even find what repo this package builds from.Any ideas? Thanks.
Environment data
Clean ubuntu 16.04 xenial (in a docker container).
Copied from original issue: dotnet/cli#7609
The text was updated successfully, but these errors were encountered: