File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2222 <IlcGenerateDgmlFile >true</IlcGenerateDgmlFile >
2323 <!-- Verify we get a specific MAUI version -->
2424 <MauiVersion >10.0.0-ci.net10.25074.1</MauiVersion >
25+ <!-- local packages folder -->
26+ <RestorePackagesPath >$(MSBuildThisFileDirectory)..\..\packages</RestorePackagesPath >
27+ <RestoreAdditionalProjectSources >D:\src\android-libraries\output</RestoreAdditionalProjectSources >
2528 </PropertyGroup >
2629
2730 <!-- Settings for CI -->
2831 <PropertyGroup Condition =" '$(RunningOnCI)' == 'true' " >
2932 <!-- x86_64 emulator -->
3033 <RuntimeIdentifier >android-x64</RuntimeIdentifier >
3134 <_NuGetFolderOnCI >..\..\bin\Build$(Configuration)\nuget-unsigned</_NuGetFolderOnCI >
32- <RestoreAdditionalProjectSources Condition =" Exists('$(_NuGetFolderOnCI)')" >$(_NuGetFolderOnCI)</RestoreAdditionalProjectSources >
35+ <RestoreAdditionalProjectSources Condition =" Exists('$(_NuGetFolderOnCI)')" >$(RestoreAdditionalProjectSources);$( _NuGetFolderOnCI)</RestoreAdditionalProjectSources >
3336 <_FastDeploymentDiagnosticLogging >true</_FastDeploymentDiagnosticLogging >
3437 </PropertyGroup >
3538
You can’t perform that action at this time.
0 commit comments