Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engineering - remove preReleaseTagAddToLatest template parameter #1589

Merged
merged 1 commit into from
Nov 27, 2024
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: 0 additions & 7 deletions build/azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ extends:
ghTagPrefix: release/tsconfigGen/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishTsconfigGen }}
workingDirectory: $(Build.SourcesDirectory)/tsconfig-gen

Expand All @@ -110,7 +109,6 @@ extends:
ghTagPrefix: release/textDocument/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishTextDocument }}
workingDirectory: $(Build.SourcesDirectory)/textDocument

Expand All @@ -137,7 +135,6 @@ extends:
ghTagPrefix: release/types/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishTypes }}
workingDirectory: $(Build.SourcesDirectory)/types

Expand All @@ -164,7 +161,6 @@ extends:
ghTagPrefix: release/jsonrpc/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishJsonrpc }}
workingDirectory: $(Build.SourcesDirectory)/jsonrpc

Expand All @@ -191,7 +187,6 @@ extends:
ghTagPrefix: release/protocol/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishProtocol }}
workingDirectory: $(Build.SourcesDirectory)/protocol

Expand All @@ -218,7 +213,6 @@ extends:
ghTagPrefix: release/server/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishServer }}
workingDirectory: $(Build.SourcesDirectory)/server

Expand All @@ -245,6 +239,5 @@ extends:
ghTagPrefix: release/client/
tag: ${{ parameters.quality }}
preReleaseTag: next
preReleaseTagAddToLatest: true
publishPackage: ${{ parameters.publishClient }}
workingDirectory: $(Build.SourcesDirectory)/client