Skip to content

Commit 5bad55a

Browse files
committed
Fix ci-general.yml for change to build script
1 parent 1412755 commit 5bad55a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vsts-ci/templates/ci-general.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ steps:
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
@@ -38,7 +39,7 @@ steps:
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.

0 commit comments

Comments
 (0)