Skip to content

Commit c95902d

Browse files
committed
Remove PowerShell daily from CI
This CI has to test the extension, not the daily build. We shouldn't conflate the two.
1 parent f64fae7 commit c95902d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
steps:
2-
# Setup
3-
- powershell: |
4-
Write-Host "Installing PowerShell Daily..."
5-
6-
# Use `AGENT_TEMPDIRECTORY` to make sure the downloaded PowerShell is cleaned up.
7-
$powerShellPath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'powershell'
8-
Invoke-WebRequest -Uri https://aka.ms/install-powershell.ps1 -OutFile ./install-powershell.ps1
9-
10-
./install-powershell.ps1 -Destination $powerShellPath -Daily
11-
12-
# Using `prependpath` to update the PATH just for this build.
13-
Write-Host "##vso[task.prependpath]$powerShellPath"
14-
continueOnError: true
15-
displayName: Install PowerShell Daily
16-
172
- pwsh: '$PSVersionTable'
183
displayName: PowerShell version
194

0 commit comments

Comments
 (0)