Skip to content

Commit 0769a32

Browse files
committed
Prepare release to crates.io via azure-pipelines
* Disabled github release to avoid rewriting the changelog * Disabled docker release to retain release timeline
1 parent 89f32cb commit 0769a32

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

azure-pipelines.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -112,28 +112,28 @@ steps:
112112
pathtoPublish: '$(Build.ArtifactStagingDirectory)/cli'
113113
artifactName: cli
114114

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)
124124

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
137137

138138
# TODO: Split this as a separate job after GitHubRelease@0 done
139139
# But it has a caveat, it need to install rust again :sad: (no build needed)

0 commit comments

Comments
 (0)