We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edac504 commit 3dbb2acCopy full SHA for 3dbb2ac
build.sh
@@ -1,4 +1,6 @@
1
dotnet nuget locals -c all
2
3
-dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
+dotnet pack -c Release \
4
+ # -v d \
5
+ -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
6
--output $PWD/nugets
src/libs/Mapbox.Maui/Mapbox.Maui.csproj
@@ -127,5 +127,5 @@
127
Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'"
128
Name="_GradleDependencyResolverTrigger"
129
DependsOnTargets="_GradleSync"
130
- BeforeTargets="CoreCompile" />
+ BeforeTargets="_BuildLibraryImportsCache" />
131
</Project>
0 commit comments