File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ else {
101
101
$archivePath2 = Join-Path $rootPath - ChildPath " idempotency-folder2.zip"
102
102
103
103
if (Test-Path $archivePath1 ) {
104
- Remove-Item $archivePath1 - Force
104
+ Remove-Item $archivePath1 - Force - Verbose
105
105
}
106
106
if (Test-Path $archivePath2 ) {
107
- Remove-Item $archivePath2 - Force
107
+ Remove-Item $archivePath2 - Force - Verbose
108
108
}
109
109
110
110
if ($dev -eq $false ) {
111
- Compress-Archive - Path $tmpFolder1 - DestinationPath $archivePath1
112
- Compress-Archive - Path $tmpFolder1 - DestinationPath $archivePath2
113
- Exit 1
111
+ Compress-Archive - Path $tmpFolder1 - DestinationPath $archivePath1 - Verbose
112
+ Compress-Archive - Path $tmpFolder1 - DestinationPath $archivePath2 - Verbose
114
113
}
114
+ Exit 1
115
115
}
You can’t perform that action at this time.
0 commit comments