Skip to content

Commit 7d07d97

Browse files
authored
fix: fix path for extension when release download (#893)
1 parent 88c1f7d commit 7d07d97

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
@@ -38,7 +38,7 @@ extends:
3838
buildType: specific
3939
project: $(AzDo.ProjectId) # Azure DevOps project ID
4040
definition: $(AzDo.BuildPipelineId) # artifact build pipeline ID
41-
artifactName: vsix
41+
artifactName: extension
4242
downloadType: specific
4343
targetPath: '$(Build.SourcesDirectory)'
4444
steps:

.azure-pipelines/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extends:
3838
buildType: specific
3939
project: $(AzDo.ProjectId) # Azure DevOps project ID
4040
definition: $(AzDo.BuildPipelineId) # artifact build pipeline ID
41-
artifactName: vsix
41+
artifactName: extension
4242
downloadType: specific
4343
targetPath: '$(Build.SourcesDirectory)'
4444
steps:

0 commit comments

Comments
 (0)