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

Update pwsh commands #34253

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 8, 2024

  1. Update workflow-commands-for-github-actions.md

    Update all instances of `"something" | Out-File -FilePath $env:GITHUB_ENV  -Append` as this does not work with the shell set to `pwsh` consistently. 
    
    Consistent results were only visible using the ` >> ` mode.
    MrHinsh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    9f7f1e6 View commit details
    Browse the repository at this point in the history
  2. Update workflow-commands-for-github-actions.md

    Per @jessehouwing request I also updated the random generator to be `(New-Guid).Guid` instead of something more complicated.
    MrHinsh committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1a0aa61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26e3107 View commit details
    Browse the repository at this point in the history