Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MyGet feeds not updated #355

Closed
techniq opened this issue Apr 7, 2019 · 10 comments · Fixed by #541
Closed

MyGet feeds not updated #355

techniq opened this issue Apr 7, 2019 · 10 comments · Fixed by #541
Assignees
Labels
area-infrastructure documentation Documentation bug or enhancement, does not impact product or test code

Comments

@techniq
Copy link
Contributor

techniq commented Apr 7, 2019

[NOTE] This is tracking the work of updating our docs to point to the new feeds that contain daily builds of the packages.

I was looking to update the packages to pull in the fixes for ADS1115 which was merged on 3/31 but it appears the last time the MyGet feeds were updated is 3/27.

I also saw packages on nuget.org but they are a little older than MyGet

@krwq
Copy link
Member

krwq commented Apr 9, 2019

cc: @safern

@joshfree joshfree added this to the 3.0 milestone Apr 10, 2019
@joshfree
Copy link
Member

the last time the MyGet feeds were updated is 3/27.

I believe @tarekgh and @dagood may have been looking into this

@safern
Copy link
Member

safern commented Apr 10, 2019

This is because the MyGet feed is full. @mmitche has been trying to get this sorted out with MyGet people but haven't had response I believe.

@dagood
Copy link
Member

dagood commented Apr 10, 2019

Yeah, see https://github.com/dotnet/core-eng/issues/5070 for details. The current recommendation is to use the blob feeds like https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json, but I don't know if IoT is configured to publish to a blob feed yet.

@safern
Copy link
Member

safern commented Apr 10, 2019

cc: @joperezr

@joperezr
Copy link
Member

I'll work today on making sure that we publish to blobfeed as well as to myget. That way, even if myget publish fails, there is still a place where the community can get the packages out of.

@joperezr
Copy link
Member

Just to update this thread, our myget feeds have been having a lot of issues so we haven't been able to push for a while. Instead, we are now pushing all of our official builds to a blob feed: https://dotnetfeed.blob.core.windows.net/dotnet-iot/index.json

We will eventually stop pushing packages to myget and only use the feed instead, so I will go ahead and update our documentation in the repo to point to the blob feed instead of myget in order to consume packages.

@joperezr joperezr added the documentation Documentation bug or enhancement, does not impact product or test code label Apr 18, 2019
@MarkCiliaVincenti
Copy link
Contributor

Just to update this thread, our myget feeds have been having a lot of issues so we haven't been able to push for a while. Instead, we are now pushing all of our official builds to a blob feed: https://dotnetfeed.blob.core.windows.net/dotnet-iot/index.json

We will eventually stop pushing packages to myget and only use the feed instead, so I will go ahead and update our documentation in the repo to point to the blob feed instead of myget in order to consume packages.

Can you please amend https://github.com/dotnet/iot/blob/master/README.md then?

@joperezr
Copy link
Member

Will do, in fact we updated the initial comment on this issue to say that this issue is tracking the documentation update, and that is why we haven't closed this issue yet. We will get to this soon.

@techniq
Copy link
Contributor Author

techniq commented Jun 9, 2019

Took some trial and error, but I was finally able to install/upgarde from the blob storage using

dotnet add package System.Device.Gpio -v 0.1.0-prerelease.19307.2 --source https://dotnetfeed.blob.core.windows.net/dotnet-iot/index.json 
dotnet add package Iot.Device.Bindings -v 0.1.0-prerelease.19307.2 --source https://dotnetfeed.blob.core.windows.net/dotnet-iot/index.json

A few notes:

  • Pay attentional to the url better than I did. I was trying to use dotnet-core instead of dotnet-iot as I missed this detail between this comment and this one
  • Pre-release installing still doesn't look to be available using dotnet add package, but I was able to provide the explicit version which I saw after the failed command without the version

error: Unable to find a stable package System.Device.Gpio with version
error: - Found 76 version(s) in https://dotnetfeed.blob.core.windows.net/dotnet-iot/index.json [ Nearest version: 0.1.0-prerelease.19307.2 ]
error: - Found 3 version(s) in nuget.org [ Nearest version: 0.1.0-prerelease.19171.3 ]
error: Package 'System.Device.Gpio' is incompatible with 'all' frameworks in project '/Users/techniq/Documents/Development/projects/iot/Iot.Playground/Iot.Playground.csproj'.

@krwq krwq self-assigned this Jul 1, 2019
@krwq krwq mentioned this issue Jul 1, 2019
@krwq krwq closed this as completed in #541 Jul 1, 2019
@dotnet dotnet locked as resolved and limited conversation to collaborators Oct 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure documentation Documentation bug or enhancement, does not impact product or test code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants