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