Skip to content

Commit

Permalink
Do not install CycloneDX (it is already installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
costin-zaharia-sonarsource committed Feb 27, 2024
1 parent a2a57c1 commit 773a497
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,18 +211,6 @@ stages:
nugetConfigPath: 'NuGet.Config'
verbosityRestore: 'normal' # Default is noisy 'Detailed'

- task: DotNetCoreCLI@2
displayName: Install CycloneDX
env:
ARTIFACTORY_USER: $(ARTIFACTORY_PRIVATE_READER_USERNAME)
ARTIFACTORY_PASSWORD: $(ARTIFACTORY_PRIVATE_READER_ACCESS_TOKEN)
inputs:
command: custom
custom: tool
feedsToUse: 'select'
includeNuGetOrg: true
arguments: 'install --global CycloneDX'

- task: UseDotNet@2
# Needed by CycloneDX
inputs:
Expand Down

0 comments on commit 773a497

Please sign in to comment.