Skip to content

Commit fbcd993

Browse files
Update artifact directory
1 parent 8b48759 commit fbcd993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/release-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ extends:
4848
azureSubscription: 'VSCode-Ext-Publishing'
4949
scriptType: pscore
5050
scriptLocation: inlineScript
51-
inlineScript: 'npx @vscode/vsce@latest publish -i ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-nightly-vsix/vsix/extension.vsix'' --manifestPath ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-nightly-vsix/vsix/extension.manifest'' --signaturePath ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-nightly-vsix/vsix/extension.signature.p7s'' --azure-credential'
51+
inlineScript: 'npx @vscode/vsce@latest publish -i ''$(Build.SourcesDirectory)/extension.vsix'' --manifestPath ''$(Build.SourcesDirectory)/extension.manifest'' --signaturePath ''$(Build.SourcesDirectory)/extension.signature.p7s'' --azure-credential'

.azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ extends:
4848
azureSubscription: 'VSCode-Ext-Publishing'
4949
scriptType: pscore
5050
scriptLocation: inlineScript
51-
inlineScript: 'npx @vscode/vsce@latest publish -i ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-rc-vsix/vsix/extension.vsix'' --manifestPath ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-rc-vsix/vsix/extension.manifest'' --signaturePath ''$(System.DefaultWorkingDirectory)/_microsoft.vscode-java-debug-rc-vsix/vsix/extension.signature.p7s'' --azure-credential'
51+
inlineScript: 'npx @vscode/vsce@latest publish -i ''$(Build.SourcesDirectory)/extension.vsix'' --manifestPath ''$(Build.SourcesDirectory)/extension.manifest'' --signaturePath ''$(Build.SourcesDirectory)/extension.signature.p7s'' --azure-credential'

0 commit comments

Comments
 (0)