Skip to content

Commit e53d8a1

Browse files
committed
remove cleanup function from build.ps1
1 parent 649e913 commit e53d8a1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Build.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ switch ($psCmdlet.ParameterSetName) {
6161
throw
6262
}
6363
}
64-
65-
CleanUp
6664
}
6765
'Build' {
6866
if ($NewVersion -ne $null) {
@@ -104,7 +102,5 @@ switch ($psCmdlet.ParameterSetName) {
104102
throw 'Unable to upload project to the PowerShell Gallery!'
105103
}
106104
}
107-
108-
CleanUp
109105
}
110106
}

0 commit comments

Comments
 (0)