We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d830293 commit e6908c0Copy full SHA for e6908c0
build.sh
@@ -1,2 +1,6 @@
1
dotnet nuget locals -c all
2
+
3
+# Build to trigger gradle process
4
+dotnet build -t:Clean,Rebuild src/qs/MapboxMauiQs/MapboxMauiQs.csproj
5
6
dotnet pack -c Release -t:Clean,Rebuild mapbox-maui.sln --output $PWD/nugets
0 commit comments