Skip to content

Commit

Permalink
Fix server path
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Feb 6, 2022
1 parent 921ed9b commit 6fedc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/azure-pipelines/darwin/product-build-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,11 +356,11 @@ steps:
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: Generate SBOM (server)
inputs:
BuildDropPath: $(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)
BuildDropPath: $(agent.builddirectory)/vscode-reh-darwin
PackageName: Visual Studio Code Server
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))

- publish: $(agent.builddirectory)/vscode-reh-darwin-$(VSCODE_ARCH)/_manifest
- publish: $(agent.builddirectory)/vscode-reh-darwin/_manifest
displayName: Publish SBOM (server)
artifact: vscode_server_darwin_$(VSCODE_ARCH)_sbom
condition: and(succeeded(), eq(variables['VSCODE_ARCH'], 'x64'))

0 comments on commit 6fedc3f

Please sign in to comment.