We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f2447 commit a1c1351Copy full SHA for a1c1351
MyGet.bat
@@ -2,4 +2,5 @@ dotnet clean
2
dotnet restore
3
dotnet build
4
dotnet test libsignal-protocol-dotnet-tests\libsignal-protocol-dotnet-tests.csproj
5
+if not "%errorlevel%"=="0" exit 1
6
dotnet pack --include-symbols --include-source
0 commit comments