You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notSyncronizedDependencies.Insert(0,$"##vso[task.logissue type=error]There are problems with the dependencies in the buildConfig's package.json files. Please fix the following issues:");
notSyncronizedDependencies.Add($"- Dependency {originDependency.Key} in {task}");
459
-
notSyncronizedDependencies.Add($"\tOrigin {originPackagePath} has {originVersion} version;");
460
-
notSyncronizedDependencies.Add($"\tGenerated {generatedPackagePath} has {generatedVersion} version");
473
+
notSyncronizedDependencies.Add($@"Dependency ""{originDependency.Key}"" in {generatedPackagePath} has {buildConfigDependencyVersion} version and should be updated to {originVersion} as in {originPackagePath}");
0 commit comments