Compare commits

..

No commits in common. "032a1c3112591a5f7f753df7e5e66565c682e26b" and "b5b7b456fcea7d8425c19c3c6b1de8da503e1ecd" have entirely different histories.

4 changed files with 0 additions and 25 deletions

View File

@ -1,3 +0,0 @@
call setup_environment.bat
call clone.bat
call build.bat

View File

@ -1,10 +0,0 @@
@echo off
cd Connected.Components/build
call buildProjects.bat
cd ../..
cd Connected/build
call buildProjects.bat
cd ../..
cd Connected.Framework/build
call buildProjects.bat

View File

@ -1,5 +0,0 @@
@echo off
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.Components.git
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.git
git clone --branch features/nuget_autobuild https://git.tompit.com/Connected/Connected.Framework.git

View File

@ -1,7 +0,0 @@
@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%"