Test fixes for tools deps.json generation
This commit is contained in:
parent
fa51bb43fc
commit
5c679cd32e
4 changed files with 36 additions and 4 deletions
|
@ -61,6 +61,8 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
|
||||
public const string UnableToGenerateDepsJson = "unable to generate deps.json, it may have been already generated: {0}";
|
||||
|
||||
public const string DepsJsonGeneratorProjectNotSet = "Unable to find deps.json generator project.";
|
||||
|
||||
public const string UnableToDeleteTemporaryDepsJson = "unable to delete temporary deps.json file: {0}";
|
||||
|
||||
public const string VersionForPackageCouldNotBeResolved = "Version for package `{0}` could not be resolved.";
|
||||
|
|
Reference in a new issue