We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca281ce commit 25c18bdCopy full SHA for 25c18bd
azure-pipelines.release-publish.yml
@@ -64,6 +64,7 @@ extends:
64
artifactName: 'tgz'
65
targetPath: '$(Pipeline.Workspace)/tgz'
66
steps:
67
+ - checkout: none
68
- task: CmdLine@2
69
displayName: Rename versioned drop to typescript.tgz
70
inputs:
@@ -107,6 +108,7 @@ extends:
107
108
# artifactName: 'tgz'
109
# targetPath: '$(Pipeline.Workspace)/tgz'
110
# steps:
111
+ # - checkout: none
112
# - task: GitHubRelease@1
113
# displayName: GitHub release (create)
114
# inputs:
0 commit comments