Closed michael-hawker closed 6 years ago
It'd be nice if the VMs had all the lab code pre-installed so the user didn't have to spend time fetching them for each lab (which is difficult now as git isn't installed so they can't clone the repo out of the box - see #61).
we will look at having a C:\Lab folder where we have run the following command ahead of time:
git clone https://github.com/Microsoft/InsiderDevTour18-Labs.git
now implemented
It'd be nice if the VMs had all the lab code pre-installed so the user didn't have to spend time fetching them for each lab (which is difficult now as git isn't installed so they can't clone the repo out of the box - see #61).