File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 20
20
<!-- Android binary, to support delta APK install -->
21
21
<add key =" xamarin.android util" value =" https://pkgs.dev.azure.com/xamarin/public/_packaging/Xamarin.Android/nuget/v3/index.json" />
22
22
<!-- Added manually for dotnet/runtime 8.0.10 -->
23
- <add key =" darc-pub-dotnet-emsdk-d667257 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-d6672570 /nuget/v3/index.json" />
24
- <add key =" darc-pub-dotnet-runtime-b5f5349 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-b5f53494 /nuget/v3/index.json" />
23
+ <add key =" darc-pub-dotnet-emsdk-91b783e " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-emsdk-91b783ed /nuget/v3/index.json" />
24
+ <add key =" darc-pub-dotnet-runtime-eeb6f52 " value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-runtime-eeb6f525 /nuget/v3/index.json" />
25
25
</packageSources >
26
26
<disabledPackageSources />
27
27
</configuration >
Original file line number Diff line number Diff line change 91
91
92
92
<!-- Parse NuGet.config -->
93
93
<XmlPeek
94
- Condition =" '$(MauiUseLocalPacks)' ! = 'true' "
95
- XmlInputPath =" $(XamarinAndroidSourcePath) NuGet.config"
94
+ Condition =" '$(MauiUseLocalPacks)' = = 'true' "
95
+ XmlInputPath =" $(MauiSourcePath)\ NuGet.config"
96
96
Query =" /configuration/packageSources/add/@value" >
97
97
<Output TaskParameter =" Result" ItemName =" _NuGetSources" />
98
98
</XmlPeek >
99
99
<XmlPeek
100
- Condition =" '$(MauiUseLocalPacks)' == 'true' "
101
- XmlInputPath =" $(MauiSourcePath)\NuGet.config"
100
+ XmlInputPath =" $(XamarinAndroidSourcePath)NuGet.config"
102
101
Query =" /configuration/packageSources/add/@value" >
103
102
<Output TaskParameter =" Result" ItemName =" _NuGetSources" />
104
103
</XmlPeek >
You can’t perform that action at this time.
0 commit comments