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.
13 lines
433 B
13 lines
433 B
@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%"
|
|
|
|
setx /M LOCAL_NUGET_SERVER "http://localhost:5555/v3/index.json"
|
|
setx LOCAL_NUGET_SERVER "http://localhost:5555/v3/index.json"
|
|
|
|
setx /M LOCAL_NUGET_SERVER_TOKEN "defaultAuthenticationToken"
|
|
setx LOCAL_NUGET_SERVER_TOKEN "defaultAuthenticationToken" |