Skip to content

No need for package sources - #803

Merged
TylerLeonhardt merged 1 commit into
PowerShell:2.0.0from
TylerLeonhardt:no-package-sources
Dec 1, 2018
Merged

No need for package sources#803
TylerLeonhardt merged 1 commit into
PowerShell:2.0.0from
TylerLeonhardt:no-package-sources

Conversation

@TylerLeonhardt

@TylerLeonhardt TylerLeonhardt commented Nov 30, 2018

Copy link
Copy Markdown
Member

NOTE THIS IS GOING INTO 2.0.0

These sources aren't needed because now that 2.0.0 pulls in PSStandard, it can fetch it from nuget.org which is the default.

And I don't think we need the dotnet-core one.

Also, as a result of this change, I can successfully build PSES offline finally 😄

Keith Hill (@rkeithhill) do you know if we need the disableSourceControlIntegration at all? We could possibly get rid of this file all together.

@rjmholt

Copy link
Copy Markdown
Contributor

Tangentially related, but I found out today PS modules can also be obtained with nuget. See https://github.com/PowerShell/PowerShell/pull/8350/files.

@TylerLeonhardt

Copy link
Copy Markdown
Member Author

Yeah the Gallery is just another nuget repository so that does work... Still requires reaching into the nuget cache and grabbing stuff out of it which isn't pretty

@TylerLeonhardt

Copy link
Copy Markdown
Member Author

I personally don't think that's worth it just so we can use a csproj to list dependencies.

@rjmholt Rob Holt (rjmholt) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aditya Patwardhan (@adityapatwardhan) Talked me through this so I understand it, so it LGTM now!

@rkeithhill Keith Hill (rkeithhill) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve but this is not my area of expertise. So take my approval with that caveat. :-)

@TylerLeonhardt
TylerLeonhardt merged commit 0aa03e2 into PowerShell:2.0.0 Dec 1, 2018
@TylerLeonhardt
TylerLeonhardt deleted the no-package-sources branch December 1, 2018 20:38
TylerLeonhardt added a commit to TylerLeonhardt/PowerShellEditorServices that referenced this pull request Dec 14, 2018
Rob Holt (rjmholt) pushed a commit to rjmholt/PowerShellEditorServices that referenced this pull request Jan 18, 2019
Rob Holt (rjmholt) pushed a commit to rjmholt/PowerShellEditorServices that referenced this pull request Jan 18, 2019
[Ignore] no need for package sources (PowerShell#803)

[Ignore] add null check for version
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.

3 participants