Skip to content

Address bug for non-environment variable#2474

Merged
dpaulson45 merged 1 commit into
mainfrom
dpaul-InstallerFix
Nov 6, 2025
Merged

Address bug for non-environment variable#2474
dpaulson45 merged 1 commit into
mainfrom
dpaul-InstallerFix

Conversation

@dpaulson45
Copy link
Copy Markdown
Member

Issue:
$env:SystemPath doesn't exist as an environment variable.

Fix:
Use $env:Windir instead.

Validation:
NA

@dpaulson45 dpaulson45 requested a review from a team as a code owner November 5, 2025 17:10
@dpaulson45 dpaulson45 requested a review from Copilot November 5, 2025 17:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an incorrect environment variable reference that would cause the installer cache retrieval to fail during remote debugging.

  • Corrects $env:SystemPath\Windows\Installer to $env:WinDir\Installer

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dpaulson45
Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines
Copy link
Copy Markdown

Azure Pipelines successfully started running 1 pipeline(s).

@dpaulson45 dpaulson45 merged commit aea6983 into main Nov 6, 2025
12 checks passed
@dpaulson45 dpaulson45 deleted the dpaul-InstallerFix branch November 6, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants