Skip to content

Commit

Permalink
Fix up SDKType parameter condition. (#7512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchdenny authored and JimSuplizio committed Jan 17, 2020
1 parent a18cd1a commit 9ef4b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:

- task: Maven@3
displayName: 'Start Jetty'
condition: and(succeeded(), ne(variables['SdkType'], 'client'))
condition: and(succeeded(), ne('${{ parameters.SDKType }}', 'client'))
inputs:
mavenPomFile: pom.client.xml
options: '$(DefaultOptions)'
Expand Down

0 comments on commit 9ef4b0d

Please sign in to comment.