Skip to content

Commit 3dbb2ac

Browse files
committed
- correct build script
1 parent edac504 commit 3dbb2ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
dotnet nuget locals -c all
22

3-
dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
3+
dotnet pack -c Release \
4+
# -v d \
5+
-t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
46
--output $PWD/nugets

src/libs/Mapbox.Maui/Mapbox.Maui.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@
127127
Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'"
128128
Name="_GradleDependencyResolverTrigger"
129129
DependsOnTargets="_GradleSync"
130-
BeforeTargets="CoreCompile" />
130+
BeforeTargets="_BuildLibraryImportsCache" />
131131
</Project>

0 commit comments

Comments
 (0)