3 references to TestZippedPublishContentsPath
Microsoft.NET.Sdk.Publish.Tasks.Tests (3)
Tasks\ZipDeploy\ZipDeployerTaskTests.cs (3)
62It.Is<StreamContent>(streamContent => IsStreamContentEqualToFileContent(streamContent, TestZippedPublishContentsPath))),
104It.Is<StreamContent>(streamContent => IsStreamContentEqualToFileContent(streamContent, TestZippedPublishContentsPath))),
138bool result = await zipDeployer.ZipDeployAsync(TestZippedPublishContentsPath, "username", "password", publishUrl, siteName, userAgentVersion, client.Object, false);