1 write to _testZippedPublishContentsPath
Microsoft.NET.Sdk.Publish.Tasks.Tests (1)
Tasks\ZipDeploy\ZipDeployerTaskTests.cs (1)
28
_testZippedPublishContentsPath
= Path.Combine(baseDirectory, TestAssemblyToTestZipPath);
2 references to _testZippedPublishContentsPath
Microsoft.NET.Sdk.Publish.Tasks.Tests (2)
Tasks\ZipDeploy\ZipDeployerTaskTests.cs (2)
23
if (
_testZippedPublishContentsPath
== null)
31
return
_testZippedPublishContentsPath
;