diff --git a/NuGet.config b/NuGet.config index 4600a23..de2f5d6 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,12 +3,7 @@ + - - - - - - diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ae5c086..9259859 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -45,12 +45,6 @@ jobs: inputs: versionSpec: 5.x - - script: | - dotnet tool install --global boots - boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.107.macos10.xamarin.universal.pkg - displayName: Install Mono 6.12 - condition: and(succeeded(), eq(variables['agent.os'], 'Darwin')) - - task: NuGetCommand@2 displayName: 'NuGet Restore' inputs: