5 references to LatestPackagesTxtFilename
Microsoft.DotNet.VersionTools (5)
Automation\GitHubVersionsRepoUpdater.cs (1)
113Path = $"{versionsRepoPath}/{BuildInfo.LatestPackagesTxtFilename}",
Automation\LocalVersionsRepoUpdater.cs (1)
72Path.Combine(latestPackagesDir, BuildInfo.LatestPackagesTxtFilename),
Automation\VersionsRepoUpdater.cs (1)
54$"{versionsRepoPath}/{BuildInfo.LatestPackagesTxtFilename}");
BuildInfo.cs (2)
53string rawLatestPackagesUrl = $"{rawBuildInfoBaseUrl}/{LatestPackagesTxtFilename}"; 141string latestPackagesPath = Path.Combine(dir, relativePath, LatestPackagesTxtFilename);