We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbb2ac commit 1de36ffCopy full SHA for 1de36ff
build.sh
@@ -1,6 +1,5 @@
1
-dotnet nuget locals -c all
+# dotnet nuget locals -c all
2
3
-dotnet pack -c Release \
4
- # -v d \
5
- -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
6
- --output $PWD/nugets
+# Add this option to view detail output
+# -v d
+dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj --output $PWD/nugets
0 commit comments