File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ extends:
116
116
displayName : Create GitHub Release
117
117
inputs :
118
118
gitHubConnection : GitHub-lsprotocol
119
- repositoryName : microsoft /lsprotocol
119
+ repositoryName : debonte /lsprotocol
120
120
action : create
121
121
target : $(Build.SourceBranchName)
122
122
title : $(releaseVersion)
@@ -161,12 +161,14 @@ extends:
161
161
targetPath : $(Build.StagingDirectory)/dist
162
162
163
163
steps :
164
- - template : MicroBuild.Publish.yml@MicroBuildTemplate
165
- parameters :
166
- intent : PackageDistribution
167
- contentType : PyPi
168
- contentSource : Folder
169
- folderLocation : $(Build.StagingDirectory)/dist
170
- waitForReleaseCompletion : true
171
-
172
-
164
+ # - template: MicroBuild.Publish.yml@MicroBuildTemplate
165
+ # parameters:
166
+ # intent: PackageDistribution
167
+ # contentType: PyPi
168
+ # contentSource: Folder
169
+ # folderLocation: $(Build.StagingDirectory)/dist
170
+ # waitForReleaseCompletion: true
171
+
172
+
173
+
174
+ - script : dir $(Build.StagingDirectory)/dist
You can’t perform that action at this time.
0 commit comments