Switch zip to 7z for windows #13

Merged
maxim-lobanov merged 2 commits from switch-to-7z-for-windows into master 2020-05-04 10:06:23 +05:00
Showing only changes of commit 3b05d9c8db - Show all commits

View File

@@ -69,6 +69,6 @@ class WinNodeBuilder : NodeBuilder {
[void] ArchiveArtifact() {
$OutputPath = Join-Path $this.ArtifactFolderLocation $this.OutputArtifactName
Create-SevenZipArchive -SourceFolder $this.WorkFolderLocation -ArchivePath $OutputPath
Create-SevenZipArchive -SourceFolder $this.WorkFolderLocation -ArchivePath $OutputPath -ArchiveType "7z"
}
}