Skip to content

Commit 7a04e1c

Browse files
authored
Use same template for stable release pipeline (#259)
* share release pipeline for nightly/stable * rename yml file for clarity
1 parent 01b0853 commit 7a04e1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/release-nightly.yml renamed to .azure-pipelines/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# This pipeline is used to release the VS Code Spring Initializr extension from the nightly build.
1+
# This pipeline is used to release the VS Code Spring Initializr extension from the nightly/stable build.
22
# It contains following steps:
3-
# 1. Download the plugin artifact from the nightly build pipeline.
3+
# 1. Download the plugin artifact from the nightly/stable build pipeline.
44
# 2. Publish the plugin to the marketplace.
55

66
name: $(Date:yyyyMMdd).$(Rev:r) # Use the current date and a revision number for the build name.
@@ -29,7 +29,7 @@ extends:
2929
- stage: Release
3030
jobs:
3131
- job: Job
32-
displayName: Release VS Code Spring Initializr-Nightly
32+
displayName: Release VS Code Spring Initializr
3333
templateContext:
3434
type: releaseJob
3535
isProduction: true

0 commit comments

Comments
 (0)