4 references to LatestTxtFilename
Microsoft.DotNet.VersionTools (4)
src\Automation\GitHubVersionsRepoUpdater.cs (1)
124Path = $"{versionsRepoPath}/{BuildInfo.LatestTxtFilename}",
src\Automation\LocalVersionsRepoUpdater.cs (1)
68Path.Combine(latestPackagesDir, BuildInfo.LatestTxtFilename),
src\BuildInfo.cs (2)
52string rawLatestUrl = $"{rawBuildInfoBaseUrl}/{LatestTxtFilename}"; 150string latestReleasePath = Path.Combine(dir, relativePath, LatestTxtFilename);