blob: 6288550de2250efd9646e52f9c5d5c3a0a4b2782 [file] [log] [blame]
Constantin Ziesche220223d2020-12-03 11:27:54 +01001@ECHO OFF
2SET currentPath=%~dp0
3echo New NuGet-Repository Path: %currentPath:~0,-1%
4setx BASYX_REPO %currentPath:~0,-1%
5dotnet nuget add source %currentPath:~0,-1% --name BaSyx.Packages