blob: b5d1bb2386ceed70b424a91730960c96a2a1f1c5 [file] [log] [blame]
@ECHO OFF
SET currentPath=%~dp0
echo New NuGet-Repository Path: %currentPath\basyx-packages
setx BASYX_REPO %currentPath:~0,-1%\basyx-packages
mkdir basyx-packages
nuget sources add -name BaSyx.Packages -source %currentPath:~0,-1%\basyx-packages