File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 33 <packageSources >
44 <clear />
55 <!-- ensure only the sources defined below are used -->
6+ <add key =" dotnet-public" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" protocolVersion =" 3" />
67 <add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" protocolVersion =" 3" />
7- <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" protocolVersion =" 3" />
8- <add key =" dotnet internal feed" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" protocolVersion =" 3" />
9-
10- <!-- This is needed (currently) for the Xamarin.Android.Deploy.Installer dependency, getting the installer -->
11- <!-- Android binary, to support delta APK install -->
12- <add key =" xamarin.android util" value =" https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
138 </packageSources >
149</configuration >
Original file line number Diff line number Diff line change 4545 inputs :
4646 versionSpec : 5.x
4747
48- - script : |
49- dotnet tool install --global boots
50- boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.107.macos10.xamarin.universal.pkg
51- displayName: Install Mono 6.12
52- condition: and(succeeded(), eq(variables['agent.os'], 'Darwin'))
53-
5448 - task : NuGetCommand@2
5549 displayName : ' NuGet Restore'
5650 inputs :
You can’t perform that action at this time.
0 commit comments