Skip to content

Commit

Permalink
Update version to 4.4.2.0 (#2315)
Browse files Browse the repository at this point in the history
updating version to 4.4.2.0 for release tags to work
  • Loading branch information
kisantia authored Jan 9, 2024
1 parent d5761b3 commit b23204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
displayName: 'Run Automated Release Script'
inputs:
filePath: '$(System.DefaultWorkingDirectory)/CrossPlatBuildScripts/AutomatedReleases/sqltoolsserviceRelease.ps1'
arguments: '-workspace $(Build.SourcesDirectory) -minTag 4.4.1.0 -target $(Build.SourceBranch) -isPrerelease $false -artifactsBuildId $(Build.BuildId)'
arguments: '-workspace $(Build.SourcesDirectory) -minTag 4.4.2.0 -target $(Build.SourceBranch) -isPrerelease $false -artifactsBuildId $(Build.BuildId)'
workingDirectory: '$(Build.SourcesDirectory)'
env:
GITHUB_DISTRO_MIXIN_PASSWORD: $(github-distro-mixin-password)
Expand Down

0 comments on commit b23204d

Please sign in to comment.