6 changed files with 36 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
. "./build-aspnetcore-common.ps1" |
|||
|
|||
# Build all solutions |
|||
foreach ($batchCommandPath in $batchCommandPaths) { |
|||
$file = [io.fileinfo]$batchCommandPath; |
|||
Write-Host $file.DirectoryName |
|||
Set-Location $file.DirectoryName |
|||
CMD /c $file.Name --ef-u -Wait |
|||
} |
|||
|
|||
Set-Location $rootFolder |
|||
Loading…
Reference in new issue