Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishTsconfigGen }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/tsconfig-gen

- name: textDocument
Expand All @@ -110,6 +111,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishTextDocument }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/textDocument

- name: types
Expand All @@ -136,6 +138,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishTypes }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/types

- name: jsonrpc
Expand All @@ -162,6 +165,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishJsonrpc }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/jsonrpc

- name: protocol
Expand All @@ -188,6 +192,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishProtocol }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/protocol

- name: server
Expand All @@ -214,6 +219,7 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishServer }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/server

- name: client
Expand All @@ -240,4 +246,5 @@ extends:
tag: ${{ parameters.quality }}
preReleaseTag: next
publishPackage: ${{ parameters.publishClient }}
publishPackageToAzureArtifacts: false
workingDirectory: $(Build.SourcesDirectory)/client
Loading