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

Let nuget-prepare command download the nuget packages as well #1205

Open
genlu opened this issue Apr 21, 2022 · 2 comments
Open

Let nuget-prepare command download the nuget packages as well #1205

genlu opened this issue Apr 21, 2022 · 2 comments

Comments

@genlu
Copy link
Member

genlu commented Apr 21, 2022

Right now we still need to manually figure out which roslyn version is inserted into a given VS build, and go download the right packages first. Maybe we can let the tool handle this part as well

@davidwengier
Copy link
Contributor

Yes! If you run the vsbranchinfo command it will tell you which versions are used, and offer links to download, so the code for this is all there in bits and pieces.

Combining these things together definitely makes sense!

@genlu
Copy link
Member Author

genlu commented Apr 21, 2022

Oh boy, I wasn't even aware of vsbranchinfo, that's awesome! Although I just ran into an error

> roslyn-tools vsbranchinfo
Roslyn info from VS branch main:
  Package Version: 4.3.0-1.22218.8
Error occurred: Couldn't find build for build number: 20220418.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants