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