diff --git a/build.cmd b/build.cmd index deca0a8..07e7f80 100644 --- a/build.cmd +++ b/build.cmd @@ -10,6 +10,6 @@ call dotnet test src/Standart.Hash.xxHash.Test if %errorlevel% neq 0 exit /b %errorlevel% echo Packing Standart.Hash.xxHash -call dotnet pack src/Standart.Hash.xxHash -c Release -o ..\..\artifacts +call dotnet pack src/Standart.Hash.xxHash -c Release -o ..\artifacts popd \ No newline at end of file