File tree 2 files changed +1
-12
lines changed
2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<!-- 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" />
6
7
<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" />
13
8
</packageSources >
14
9
</configuration >
Original file line number Diff line number Diff line change 45
45
inputs :
46
46
versionSpec : 5.x
47
47
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
-
54
48
- task : NuGetCommand@2
55
49
displayName : ' NuGet Restore'
56
50
inputs :
You can’t perform that action at this time.
0 commit comments