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