create a thirdparty/windows directory if it does not exit
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
mkdir windows -Force >$null
|
||||||
|
|
||||||
if (!(Test-Path "nuget.exe"))
|
if (!(Test-Path "nuget.exe"))
|
||||||
{
|
{
|
||||||
echo "Fetching NuGet."
|
echo "Fetching NuGet."
|
||||||
|
|||||||
Reference in New Issue
Block a user