reinit branch
This commit is contained in:
14
build.ps1
Normal file
14
build.ps1
Normal file
@@ -0,0 +1,14 @@
|
||||
dotnet run --project ZZCakeBuild\OrekiWoofsBeehivesCakeBuild.csproj -- $args
|
||||
|
||||
if ($LASTEXITCODE -eq 0) {
|
||||
Set-Location .\RoamingBees
|
||||
dotnet run --project ZZCakeBuild\RoamingBeesCakeBuild.csproj
|
||||
Set-Location ..
|
||||
}
|
||||
|
||||
if ($LASTEXITCODE -eq 0) {
|
||||
New-Item -ItemType Directory -Path .\Releases -Force | Out-Null
|
||||
Copy-Item -Path .\RoamingBees\Releases\* -Destination .\Releases -Recurse -Force
|
||||
}
|
||||
|
||||
exit $LASTEXITCODE;
|
||||
Reference in New Issue
Block a user