From b7662afc704d223f75c855807eba14b12c090fe6 Mon Sep 17 00:00:00 2001 From: Oleksandr Melnyk Date: Sun, 16 Feb 2020 21:22:53 +0200 Subject: [PATCH] Fixed artifacts path --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index 07e7f80..f73bb99 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