File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
66$publishDir = ' ./bin/Publish'
77
8+ Write-Host Cleaning
9+ Remove-Item - Path $publishDir - Recurse - Force
10+
811foreach ($profile in $profiles ) {
912 Write-Host " Publishing $profile "
1013 if ($profile -eq ' framework-dependent' ) {
Original file line number Diff line number Diff line change 55
66$publishDir = ' ./bin/Publish'
77
8+ Write-Host Cleaning
9+ Remove-Item - Path $publishDir - Recurse - Force
10+
811foreach ($profile in $profiles ) {
912 Write-Host " Publishing $profile "
1013 if ($profile -eq ' framework-dependent' ) {
Original file line number Diff line number Diff line change @@ -29,6 +29,9 @@ Publish-Proj 'FanScript.LangServer'
2929
3030$publishDir = ' Publish'
3131
32+ Write-Host Cleaning
33+ Remove-Item - Path $publishDir - Recurse - Force
34+
3235Write-Host ' Copying files'
3336
3437New-Item - Path . - Name $publishDir - ItemType " directory" - Force > $null
You can’t perform that action at this time.
0 commit comments