Skip to content

Commit 8a19003

Browse files
committed
Redundant line
1 parent d84c715 commit 8a19003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/Compress-ReleaseCrate.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ $packageMetadata = Get-Content -Raw $packageMetadataPath | ConvertFrom-Json
2020
$packageVersion = $packageMetadata.version
2121
Write-Host "Package version: $packageVersion"
2222

23-
New-Item -ItemType Directory -Path '$(Pipeline.Workspace)/release' -Force | Out-Null
2423
Compress-Archive `
2524
-Path "$ArtifactRootPath/$ArtifactName/$ArtifactName-$packageVersion.crate" `
2625
-DestinationPath $OutFile

0 commit comments

Comments
 (0)