Skip to content

Commit

Permalink
set -e in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Dec 4, 2024
1 parent fa58760 commit 3cb4d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

# .NET MAUI
#
Expand All @@ -23,4 +24,4 @@ dotnet build Samples/mParticle.MAUI.iOS.Sample/mParticle.MAUI.iOS.Sample.csproj
# Package for nuget
#

nuget pack mparticle.nuspec
nuget pack mparticle.nuspec

0 comments on commit 3cb4d14

Please sign in to comment.