1 implementation of ArchiveFile
Microsoft.Arcade.Common (1)
ZipArchiveManager.cs (1)
27
public void
ArchiveFile
(string filePath, string archivePath)
4 references to ArchiveFile
Microsoft.DotNet.Helix.Sdk (1)
XharnessTaskBase.cs (1)
150
zipArchiveManager.
ArchiveFile
(pathToZip, outputZipPath);
Microsoft.DotNet.Helix.Sdk.Tests (3)
CreateXHarnessAndroidWorkItemsTests.cs (3)
30
.Setup(x => x.
ArchiveFile
(It.IsAny<string>(), It.IsAny<string>()))
89
.Verify(x => x.
ArchiveFile
("/apks/System.Foo.apk", payloadArchive), Times.Once);
191
.Verify(x => x.
ArchiveFile
(It.IsAny<string>(), It.IsAny<string>()), Times.Never);