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 28
28
git clone --single-branch --branch $env:PSES_BRANCH https://github.com/$env:PSES_FORK/PowerShellEditorServices.git ../PowerShellEditorServices
29
29
Install-Module InvokeBuild -Scope CurrentUser -Force
30
30
Install-Module PlatyPS -Scope CurrentUser -Force
31
+ New-Item -ItemType Directory $(Build.ArtifactStagingDirectory)/vscode-powershell
31
32
# Build
32
33
- pwsh : Invoke-Build
33
34
- task : PublishTestResults@2
38
39
- task : PublishBuildArtifacts@1
39
40
inputs :
40
41
ArtifactName : vscode-powershell
41
- PathtoPublish : ' $(Build.ArtifactStagingDirectory)'
42
+ PathtoPublish : ' $(Build.ArtifactStagingDirectory)/vscode-powershell '
42
43
# Rich Navigation
43
44
- task : RichCodeNavIndexer@0
44
45
# Note, for now, this is Windows only.
You can’t perform that action at this time.
0 commit comments