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