generated from Connected/Connected.RepositoryTemplate
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
183 B
7 lines
183 B
2 years ago
|
@echo off
|
||
|
|
||
|
set /p LOCAL_NUGET="Enter the path to a folder for the local NuGet repository: "
|
||
|
|
||
|
setx /M LOCAL_NUGET "%LOCAL_NUGET%"
|
||
|
setx LOCAL_NUGET "%LOCAL_NUGET%"
|
||
|
mkdir "%LOCAL_NUGET%"
|