Skip to content

Commit a1c1351

Browse files
committed
fail if tests fail
1 parent 55f2447 commit a1c1351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MyGet.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ dotnet clean
22
dotnet restore
33
dotnet build
44
dotnet test libsignal-protocol-dotnet-tests\libsignal-protocol-dotnet-tests.csproj
5+
if not "%errorlevel%"=="0" exit 1
56
dotnet pack --include-symbols --include-source

0 commit comments

Comments
 (0)