Gitiles
Code Review
Sign In
git.eclipse.org
/
basyx
/
basyx
/
7ab66d17453700068988d0f1d4c2d410c909f158
/
.
/
sdks
/
dotnet
/
Setup_BaSyx_NuGet_Repo.bat
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