Skip to content

Updating v4 from dev - #5455

Merged
KoenZomers merged 9 commits into
v4from
dev
Aug 21, 2026
Merged

Updating v4 from dev#5455
KoenZomers merged 9 commits into
v4from
dev

Conversation

@KoenZomers

Copy link
Copy Markdown
Collaborator

Before creating a pull request, make sure that you have read the contribution file located at

https://github.com/pnp/powerShell/blob/dev/CONTRIBUTING.md

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

Fixes #X, partially fixes #Y, mentioned in #Z, etc.

What is in this Pull Request ?

Please describe the changes in the PR.

Guidance

  • You can delete this section when you are submitting the pull request.*
  • Please update this PR information accordingly. We use this as part of our release notes in monthly communications.
  • Please target your PR to Dev branch. If you do not target the Dev branch we will not accept this PR.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Comment thread .github/workflows/v4prerelease.yml Dismissed

steps:
- name: Setup .NET
uses: actions/setup-dotnet@v5
dotnet-version: |
10.x

- uses: actions/checkout@v6
"SIGN_CLI_PATH=$(Join-Path $signToolPath 'sign.exe')" | Out-File $env:GITHUB_ENV -Encoding utf8 -Append

- name: Azure CLI Login
uses: azure/login@v3 # v3.0.0
Write-Host "SHA256: $hash"

- name: Upload module artifact
uses: actions/upload-artifact@v7
Set-Content -Path ./versionv4.txt -Value "${{ steps.version.outputs.NEXT_PREVIEW_NUMBER }}" -NoNewline

- name: Commit next v4 preview number
uses: EndBug/add-and-commit@v10
@KoenZomers
KoenZomers merged commit 032bc07 into v4 Aug 21, 2026
2 checks passed
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.

2 participants