File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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.
2
2
# 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.
4
4
# 2. Publish the plugin to the marketplace.
5
5
6
6
name : $(Date:yyyyMMdd).$(Rev:r) # Use the current date and a revision number for the build name.
@@ -29,7 +29,7 @@ extends:
29
29
- stage : Release
30
30
jobs :
31
31
- job : Job
32
- displayName : Release VS Code Spring Initializr-Nightly
32
+ displayName : Release VS Code Spring Initializr
33
33
templateContext :
34
34
type : releaseJob
35
35
isProduction : true
You can’t perform that action at this time.
0 commit comments