Files
windows-dev-box-setup-scripts/scripts/GetUwpSamplesOffGithub.ps1
Yosef Durr 9270cd2d04 adding common scripts for use by multiple dev scenario scripts (#59)
This PR gets Master up to date with the common scripts approach.  These are not done but this seems far enough along to proceed.  We'll now move forward with refining these common scripts along with the dev scenario scripts that reference them.
2018-08-02 15:07:12 -07:00

5 lines
135 B
PowerShell

RefreshEnv
cd $env:USERPROFILE\desktop
mkdir UwpSamples
cd UwpSamples
git clone https://github.com/Microsoft/Windows-universal-samples/