Get update-dependenices working again
- Fix build issues due to .props file not existing on a clean enlistment - Fix path separator issues on *NIX - Add update-dependencies.sh - Support -Update in update-dependencies.ps1
This commit is contained in:
parent
a101c703a1
commit
5d932c6aba
3 changed files with 80 additions and 4 deletions
|
@ -62,7 +62,7 @@ namespace Microsoft.DotNet.Scripts
|
|||
|
||||
private static IEnumerable<IDependencyUpdater> GetUpdaters()
|
||||
{
|
||||
yield return CreateRegexUpdater(@"build\Microsoft.DotNet.Cli.DependencyVersions.props", "CLI_SharedFrameworkVersion", "Microsoft.NETCore.App");
|
||||
yield return CreateRegexUpdater(Path.Combine("build", "Microsoft.DotNet.Cli.DependencyVersions.props"), "CLI_SharedFrameworkVersion", "Microsoft.NETCore.App");
|
||||
}
|
||||
|
||||
private static IDependencyUpdater CreateRegexUpdater(string repoRelativePath, string propertyName, string packageId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue