Skip to content

Commit

Permalink
clean (azure-pipelines.yml): remove add-nuget-source step since it's …
Browse files Browse the repository at this point in the history
…now integrated into Laerdal.SetupBuildEnvironment.sh
  • Loading branch information
ksidirop-laerdal committed Mar 14, 2024
1 parent 507f36b commit 7323b60
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,21 +79,6 @@ jobs:
filePath: 'Laerdal.SetupBuildEnvironment.sh'
targetType: 'filePath'

- task: NuGetToolInstaller@1
displayName: 'Install Nuget'
inputs:
checkLatest: true

- script: 'mkdir "$(Build.ArtifactStagingDirectory)/Artifacts"'
displayName: 'Create Directory "$(Build.ArtifactStagingDirectory)/Artifacts"'

- task: DotNetCoreCLI@2
displayName: 'NuGet Sources Add (for .Net8+)'
inputs:
custom: 'nuget'
command: 'custom'
arguments: ' add source "$(Build.ArtifactStagingDirectory)/Artifacts" '

# notice that explicitly disabling parallelization via m:1 below is vital because if parallelization is enabled the ios and android
# builds will fail with cryptic errors due to multiple target-frameworks are involved coupled with the custom build logic for native libs
#
Expand Down

0 comments on commit 7323b60

Please sign in to comment.