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