Skip to content

Commit

Permalink
temporarily remove the verify version check (#29732)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jun 30, 2022
1 parent 1454835 commit 4730fb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions eng/pipelines/templates/stages/archetype-java-release-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@ stages:
# This prevents us from releasing a library whose dependency is not being released. UberJar needs to be
# be passed in, we skip check on UberJars but we still do need to fail correctly if the user didn't
# select any artifacts to be released.
- task: PowerShell@2
displayName: Verify Release Set
inputs:
pwsh: true
filePath: $(Build.SourcesDirectory)/eng/versioning/verify_release_set.ps1
arguments: >
-ServiceDirectory $(Build.SourcesDirectory)/sdk/${{parameters.ServiceDirectory}}
-ArtifactsList ('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object name, groupId, uberJar)
#- task: PowerShell@2
# displayName: Verify Release Set
# inputs:
# pwsh: true
# filePath: $(Build.SourcesDirectory)/eng/versioning/verify_release_set.ps1
# arguments: >
# -ServiceDirectory $(Build.SourcesDirectory)/sdk/${{parameters.ServiceDirectory}}
# -ArtifactsList ('${{ convertToJson(parameters.Artifacts) }}' | ConvertFrom-Json | Select-Object name, groupId, uberJar)

- deployment: TagRepository
displayName: "Create release tag"
Expand Down

0 comments on commit 4730fb8

Please sign in to comment.