Skip to content

Commit a841243

Browse files
Remove code from bad merge
1 parent 96e8e1a commit a841243

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,6 @@ $SDKArchs = @($SDKs | ForEach-Object {
234234
})
235235

236236
# Build functions
237-
function Invoke-BuildStep([string]$Name) {
238-
& $Name @Args
239-
if ($Name.Replace("Build-", "") -eq $BuildTo) {
240-
exit 0
241-
}
242-
}
243-
244237
function Get-ProjectBinaryCache($Arch, $ID) {
245238
return "$BinaryCache\" + ($Arch.BuildID + $ID)
246239
}

0 commit comments

Comments
 (0)