diff --git a/src/buildall.ps1 b/src/buildall.ps1 deleted file mode 100644 index f7d4a8ff..00000000 --- a/src/buildall.ps1 +++ /dev/null @@ -1,13 +0,0 @@ -dotnet tool update --global dotnet-outdated-tool - -dotnet outdated -r --upgrade -ifs - -#get all the child documents in the current directory -$directory = Get-Location -$directories = Get-ChildItem -Directory -foreach ($directory in $directories) { - Write-Host "Building $directory" - Push-Location $directory - dotnet build $file.FullName - Pop-Location -}