Update win-node-builder.psm1
This commit is contained in:
parent
be48038984
commit
3b05d9c8db
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue