@@ -112,28 +112,28 @@ steps:
112
112
pathtoPublish : ' $(Build.ArtifactStagingDirectory)/cli'
113
113
artifactName : cli
114
114
115
- - task : Docker@2
116
- condition : and(contains(variables['target'], 'musl'), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
117
- inputs :
118
- command : buildAndPush
119
- containerRegistry : scdlang
120
- repository : scdlang/scrap
121
- tags : |
122
- latest
123
- $(build.tag)
115
+ # - task: Docker@2
116
+ # condition: and(contains(variables['target'], 'musl'), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
117
+ # inputs:
118
+ # command: buildAndPush
119
+ # containerRegistry: scdlang
120
+ # repository: scdlang/scrap
121
+ # tags: |
122
+ # latest
123
+ # $(build.tag)
124
124
125
- - task : GitHubRelease@0
126
- condition : and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
127
- inputs :
128
- gitHubConnection : drsensor
129
- title : $(Build.SourceVersionMessage)
130
- repositoryName : $(Build.Repository.Name)
131
- action : edit
132
- tag : $(build.tag)
133
- assets : $(Build.ArtifactStagingDirectory)/scrap-$(TARGET).tar.gz
134
- assetUploadMode : replace
135
- isDraft : true
136
- addChangeLog : true
125
+ # - task: GitHubRelease@0
126
+ # condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
127
+ # inputs:
128
+ # gitHubConnection: drsensor
129
+ # title: $(Build.SourceVersionMessage)
130
+ # repositoryName: $(Build.Repository.Name)
131
+ # action: edit
132
+ # tag: $(build.tag)
133
+ # assets: $(Build.ArtifactStagingDirectory)/scrap-$(TARGET).tar.gz
134
+ # assetUploadMode: replace
135
+ # isDraft: true
136
+ # addChangeLog: true
137
137
138
138
# TODO: Split this as a separate job after GitHubRelease@0 done
139
139
# But it has a caveat, it need to install rust again :sad: (no build needed)
0 commit comments