create a thirdparty/windows directory if it does not exit

This commit is contained in:
Matthias Mailänder
2015-01-17 14:58:39 +01:00
parent b25184adca
commit 8e4674520e

View File

@@ -1,3 +1,5 @@
mkdir windows -Force >$null
if (!(Test-Path "nuget.exe"))
{
echo "Fetching NuGet."