4 writes to Path
Microsoft.DotNet.VersionTools (4)
BuildManifest\BuildManifestClient.cs (4)
86
Path
= BuildManifestXmlName,
91
Path
= SemaphoreModel.BuildSemaphorePath,
171
Path
= p,
187
Path
= BuildManifestXmlName,
3 references to Path
Microsoft.DotNet.VersionTools (3)
BuildManifest\SupplementaryUploadRequest.cs (3)
29
if (
Path
.StartsWith("/"))
31
return
Path
.Substring(1);
33
return $"{currentPath}/{
Path
}";