Skip to content

Commit

Permalink
NuGet settings for a fresh cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Feb 18, 2025
1 parent 846479a commit 69e3c76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/NativeAOT/NativeAOT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@
<IlcGenerateDgmlFile>true</IlcGenerateDgmlFile>
<!-- Verify we get a specific MAUI version -->
<MauiVersion>10.0.0-ci.net10.25074.1</MauiVersion>
<!-- local packages folder -->
<RestorePackagesPath>$(MSBuildThisFileDirectory)packages</RestorePackagesPath>
<RestoreAdditionalProjectSources>D:\src\android-libraries\output</RestoreAdditionalProjectSources>
</PropertyGroup>

<!-- Settings for CI -->
<PropertyGroup Condition=" '$(RunningOnCI)' == 'true' ">
<!-- x86_64 emulator -->
<RuntimeIdentifier>android-x64</RuntimeIdentifier>
<_NuGetFolderOnCI>..\..\bin\Build$(Configuration)\nuget-unsigned</_NuGetFolderOnCI>
<RestoreAdditionalProjectSources Condition="Exists('$(_NuGetFolderOnCI)')">$(_NuGetFolderOnCI)</RestoreAdditionalProjectSources>
<RestoreAdditionalProjectSources Condition="Exists('$(_NuGetFolderOnCI)')">$(RestoreAdditionalProjectSources);$(_NuGetFolderOnCI)</RestoreAdditionalProjectSources>
<_FastDeploymentDiagnosticLogging>true</_FastDeploymentDiagnosticLogging>
</PropertyGroup>

Expand Down

0 comments on commit 69e3c76

Please sign in to comment.