We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13bba commit 9d8c3adCopy full SHA for 9d8c3ad
.build.ps1
@@ -189,7 +189,7 @@ task createModule {
189
Copy-Item -Path "$solutionDir\Engine\Settings" -Destination $destinationDir -Force -Recurse
190
}
191
192
-task cleanModule {
+task cleanModule -if (Test-Path $outPath) {
193
Remove-Item -Path out/ -Recurse -Force
194
195
0 commit comments