Skip to content

Commit 74c273a

Browse files
committed
Stop using PowerShell daily for CI
It leads to bugs I cannot solve.
1 parent eeea1e8 commit 74c273a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.vsts-ci/templates/ci-general.yml

-14
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@ parameters:
22
pwsh: true
33

44
steps:
5-
- powershell: |
6-
Write-Host "Installing PowerShell Daily..."
7-
8-
# Use `AGENT_TEMPDIRECTORY` to make sure the downloaded PowerShell is cleaned up.
9-
$powerShellPath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'powershell'
10-
Invoke-WebRequest -Uri https://aka.ms/install-powershell.ps1 -OutFile ./install-powershell.ps1
11-
12-
./install-powershell.ps1 -Destination $powerShellPath -Daily
13-
14-
# Using `prependpath` to update the PATH just for this build.
15-
Write-Host "##vso[task.prependpath]$powerShellPath"
16-
displayName: Install PowerShell Daily
17-
continueOnError: true
18-
195
- pwsh: '$PSVersionTable'
206
displayName: Display PowerShell version information
217

0 commit comments

Comments
 (0)