Fail fast in image generation if not enough disk space for customers (#767)

* added checking free disk space
Co-authored-by: Nikita Bykov <v-nibyko@microsoft.com>
This commit is contained in:
Nikita Bykov
2020-04-30 09:26:06 +03:00
committed by Mikhail Timofeev
parent e7d77a0c6a
commit 33e02acfd0
6 changed files with 52 additions and 0 deletions

View File

@@ -883,6 +883,12 @@
"{{ template_dir }}/scripts/Installers/Validate-Kind.ps1"
]
},
{
"type": "powershell",
"scripts":[
"{{ template_dir }}/scripts/Installers/Validate-DiskSpace.ps1"
]
},
{
"type": "file",
"source": "C:\\InstalledSoftware.md",