Skip to content

Commit

Permalink
Remove redundant default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Aug 15, 2019
1 parent fc0b03c commit 35f5127
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.rx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
inputs:
version: '3.0.100-preview7-012821'
includePreviewVersions: true
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
inputs:
Expand Down Expand Up @@ -140,8 +139,7 @@ jobs:

- task: UseDotNet@2
inputs:
version: '2.2.x'
performMultiLevelLookup: true
version: '2.2.x'

- task: DotNetCoreCLI@2
inputs:
Expand Down Expand Up @@ -215,7 +213,6 @@ jobs:
inputs:
version: '3.0.100-preview7-012821'
includePreviewVersions: true
performMultiLevelLookup: true

- task: DotNetCoreCLI@2
inputs:
Expand Down

0 comments on commit 35f5127

Please sign in to comment.