Skip to content

Commit

Permalink
Test PATH removing path updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins authored and jonathanpeppers committed Jan 27, 2025
1 parent 2ea582e commit ad59c69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ extends:
inputs:
forceReinstallCredentialProvider: true

- script: echo "##vso[task.prependpath]C:\Windows\System32\WindowsPowerShell\v1.0\"
displayName: add powershell to path

- task: DownloadPipelineArtifact@2
inputs:
artifactName: $(NuGetArtifactName)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ steps:
--version ${{ parameters.version }}
--add-source "https://api.nuget.org/v3/index.json"
- script: echo "##vso[task.prependpath]$(Agent.ToolsDirectory)"
displayName: add $(Agent.ToolsDirectory) to path

0 comments on commit ad59c69

Please sign in to comment.