Skip to content

Conversation

@danmoseley
Copy link
Member

Correcting link to the nightly DEB packages from dotnet/runtime. I'm trying to use these to install the latest RC1 SDK on Ubuntu.

Questions

  • Where are the nightly DEB packages for ASP.NET? Even though I don't need them, they're a dependency of the dotnet-sdk-x64.deb so I'm blocked without them. The page linked here just gives instructions to use nuget. @wtgodbe ?

  • Has anyone created a script to collect and install all these? There's ~9 different DEB files, each one you have to curl -Lo ... and then sudo dpkg -i .... If we had a script it would presumably also have some smarts to find them.

Correcting link to the nightly DEB packages from dotnet/runtime.

Questions
* Where are the nightly DEB packages for ASP.NET? Even though I don't need them, they're a dependency of the dotnet-sdk-x64.deb. The page linked here just gives instructions to use nuget. @wtgodbe ?
* Has anyone created a script to collect and install all these? There's ~9 different DEB files, each one you have to `curl -Lo ...` and then `sudo dpkg -i ...`. If we had a script it would presumably also have some smarts to find them.
@danmoseley danmoseley requested a review from wtgodbe August 18, 2021 00:07
@wtgodbe
Copy link
Member

wtgodbe commented Aug 18, 2021

Our .deb packages get published to blob storage in the same place as our installers, but I don't think we publish to any kind of "latest" or LKG folder like this repo does.

@danmoseley
Copy link
Member Author

@wtgodbe if someone wants to install a "nightly" SDK on Ubuntu -- eg., to build the runtime repo, which currently relies on an RC1 SDK -- what is the best way to do it?

@wtgodbe
Copy link
Member

wtgodbe commented Aug 18, 2021

They can get the link to the SDK from the table in this repo's readme.md - as far as a nightly builds of aspnetcore, we just point people towards the latest nightly SDK.

@wtgodbe
Copy link
Member

wtgodbe commented Aug 18, 2021

Filed dotnet/aspnetcore#35457

@danmoseley
Copy link
Member Author

They can get the link to the SDK from the table in this repo's readme.md - as far as a nightly builds of aspnetcore, we just point people towards the latest nightly SDK.

@wtgodbe but that's how I got here -- I downloaded the SDK DEB from that page, and it won't install because it has a dependency on ASP.NET's DEBs. It's not useable. The only option is .tar.gz which does not have the benefits of a package eg I have to manually service it (though not a big deal for nightly builds maybe?)

@danmoseley
Copy link
Member Author

@dotnet/domestic-cat could you please merge this ?

@sfoslund sfoslund merged commit 4d04901 into main Aug 31, 2021
@sfoslund sfoslund deleted the danmoseley-patch-1 branch August 31, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants