Skip to content

Commit 1de36ff

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build.sh

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

3-
dotnet pack -c Release \
4-
# -v d \
5-
-t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj \
6-
--output $PWD/nugets
3+
# Add this option to view detail output
4+
# -v d
5+
dotnet pack -c Release -t:Clean,Rebuild src/libs/Mapbox.Maui/Mapbox.Maui.csproj --output $PWD/nugets

0 commit comments

Comments
 (0)