Skip to content

Commit 9c60629

Browse files
committed
wrong path?
1 parent 5c99b0e commit 9c60629

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.vsts-ci/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,10 @@ stages:
2828
vmImage: windows-latest
2929

3030
steps:
31-
- checkout: self
32-
clean: true
33-
persistCredentials: true
3431

3532
- pwsh: |
3633
Write-Host "PS Version: $($PSVersionTable.PSVersion)"
37-
Set-Location -Path '$(Build.SourcesDirectory)\PSReadLine'
34+
Set-Location -Path '$(Build.SourcesDirectory)'
3835
Get-ChildItem
3936
.\build.ps1 -Bootstrap
4037
.\build.ps1 -Configuration Release -Framework net462

0 commit comments

Comments
 (0)