From 7323b6090e1a1a708dc21395ffcd4fe716777a95 Mon Sep 17 00:00:00 2001 From: Kyriakos Sidiropoulos Date: Thu, 14 Mar 2024 20:16:50 +0100 Subject: [PATCH] clean (azure-pipelines.yml): remove add-nuget-source step since it's now integrated into Laerdal.SetupBuildEnvironment.sh --- azure-pipelines.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d6bea3f3..5d70dcc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 #