Skip to content

Add DSC feature - #1

Open
Thomas Nieto (ThomasNieto) wants to merge 2 commits into
PowerShell:mainfrom
ThomasNieto:add-dsc
Open

Add DSC feature#1
Thomas Nieto (ThomasNieto) wants to merge 2 commits into
PowerShell:mainfrom
ThomasNieto:add-dsc

Conversation

@ThomasNieto

@ThomasNieto Thomas Nieto (ThomasNieto) commented Aug 4, 2026

Copy link
Copy Markdown

PR Summary

Add DSC feature

PR Context

Resolves PowerShell/DSC#1626

Comment thread src/dsc/install.sh
# Function to get the latest DSC release version
get_latest_dsc_version() {
# Query GitHub API for the latest release (stable only)
curl -s https://api.github.com/repos/PowerShell/DSC/releases/latest | grep -oP '"tag_name":\s*"\K[^"]*' | head -1 || echo ""

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We started publishing 3.3 preview to packages.microsoft.com, would it be better to wait for 3.3 GA to pick it up from there instead of GitHub?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Is the tar.gz file published there or just rpm/deb packages?

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.

DSC devcontainer feature

2 participants