We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85236d6 commit 357e14cCopy full SHA for 357e14c
tasks/createTagsTasks.ts
@@ -151,7 +151,7 @@ async function getCommitFromNugetAsync(packageInfo: NugetPackageInfo): Promise<s
151
const packageJson = JSON.parse(packageJsonString);
152
const packageVersion = packageJson['defaults'][packageInfo.packageJsonName];
153
if (!packageVersion) {
154
- logError("Can't find razor version in package.json");
+ logError(`Can't find ${packageInfo.packageJsonName} version in package.json`);
155
return null;
156
}
157
0 commit comments