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 99b16ae commit fc4cf90Copy full SHA for fc4cf90
eng/common/pipelines/templates/archetype-typespec-emitter.yml
@@ -161,6 +161,7 @@ extends:
161
162
# If we still don't have an identifier, fall back to filename
163
if ([string]::IsNullOrWhiteSpace($emitterIdentifier)) {
164
+ Write-Host "Warning: Could not read emitter name from package.json, falling back to package path"
165
$emitterIdentifier = [System.IO.Path]::GetFileNameWithoutExtension($emitterPackagePath)
166
}
167
0 commit comments