File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2828 git clone --single-branch --branch $env:PSES_BRANCH https://github.com/$env:PSES_FORK/PowerShellEditorServices.git ../PowerShellEditorServices
2929 Install-Module InvokeBuild -Scope CurrentUser -Force
3030 Install-Module PlatyPS -Scope CurrentUser -Force
31+ New-Item -ItemType Directory $(Build.ArtifactStagingDirectory)/vscode-powershell
3132 # Build
3233 - pwsh : Invoke-Build
3334 - task : PublishTestResults@2
3839 - task : PublishBuildArtifacts@1
3940 inputs :
4041 ArtifactName : vscode-powershell
41- PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
42+ PathtoPublish : ' $(Build.ArtifactStagingDirectory)/vscode-powershell '
4243 # Rich Navigation
4344 - task : RichCodeNavIndexer@0
4445 # Note, for now, this is Windows only.
You can’t perform that action at this time.
0 commit comments