1 write to _testArch
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToStoreAProjectWithDependencies.cs (1)
23
_testArch
= rid.Substring(rid.LastIndexOf("-", StringComparison.InvariantCulture) + 1);
1 reference to _testArch
Microsoft.NET.Publish.Tests (1)
GivenThatWeWantToStoreAProjectWithDependencies.cs (1)
24
_runtimeRid = "win7-" +
_testArch
;