We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c99b0e commit 9c60629Copy full SHA for 9c60629
1 file changed
.vsts-ci/ci.yml
@@ -28,13 +28,10 @@ stages:
28
vmImage: windows-latest
29
30
steps:
31
- - checkout: self
32
- clean: true
33
- persistCredentials: true
34
35
- pwsh: |
36
Write-Host "PS Version: $($PSVersionTable.PSVersion)"
37
- Set-Location -Path '$(Build.SourcesDirectory)\PSReadLine'
+ Set-Location -Path '$(Build.SourcesDirectory)'
38
Get-ChildItem
39
.\build.ps1 -Bootstrap
40
.\build.ps1 -Configuration Release -Framework net462
0 commit comments