We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci-general.yml
1 parent 1412755 commit 5bad55aCopy full SHA for 5bad55a
.vsts-ci/templates/ci-general.yml
@@ -28,6 +28,7 @@ steps:
28
git clone --single-branch --branch $env:PSES_BRANCH https://github.com/$env:PSES_FORK/PowerShellEditorServices.git ../PowerShellEditorServices
29
Install-Module InvokeBuild -Scope CurrentUser -Force
30
Install-Module PlatyPS -Scope CurrentUser -Force
31
+ New-Item -ItemType Directory $(Build.ArtifactStagingDirectory)/vscode-powershell
32
# Build
33
- pwsh: Invoke-Build
34
- task: PublishTestResults@2
@@ -38,7 +39,7 @@ steps:
38
39
- task: PublishBuildArtifacts@1
40
inputs:
41
ArtifactName: vscode-powershell
- PathtoPublish: '$(Build.ArtifactStagingDirectory)'
42
+ PathtoPublish: '$(Build.ArtifactStagingDirectory)/vscode-powershell'
43
# Rich Navigation
44
- task: RichCodeNavIndexer@0
45
# Note, for now, this is Windows only.
0 commit comments