File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22
22
<IlcGenerateDgmlFile >true</IlcGenerateDgmlFile >
23
23
<!-- Verify we get a specific MAUI version -->
24
24
<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 >
25
28
</PropertyGroup >
26
29
27
30
<!-- Settings for CI -->
28
31
<PropertyGroup Condition =" '$(RunningOnCI)' == 'true' " >
29
32
<!-- x86_64 emulator -->
30
33
<RuntimeIdentifier >android-x64</RuntimeIdentifier >
31
34
<_NuGetFolderOnCI >..\..\bin\Build$(Configuration)\nuget-unsigned</_NuGetFolderOnCI >
32
- <RestoreAdditionalProjectSources Condition =" Exists('$(_NuGetFolderOnCI)')" >$(_NuGetFolderOnCI)</RestoreAdditionalProjectSources >
35
+ <RestoreAdditionalProjectSources Condition =" Exists('$(_NuGetFolderOnCI)')" >$(RestoreAdditionalProjectSources);$( _NuGetFolderOnCI)</RestoreAdditionalProjectSources >
33
36
<_FastDeploymentDiagnosticLogging >true</_FastDeploymentDiagnosticLogging >
34
37
</PropertyGroup >
35
38
You can’t perform that action at this time.
0 commit comments