Skip to content

Commit 86d52fc

Browse files
NuGet settings for a fresh cache
1 parent 846479a commit 86d52fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/NativeAOT/NativeAOT.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy