diff --git a/src/DevopsSourcefileMapPlugin.ts b/src/DevopsSourcefileMapPlugin.ts index 05700ca..9c8010f 100644 --- a/src/DevopsSourcefileMapPlugin.ts +++ b/src/DevopsSourcefileMapPlugin.ts @@ -24,8 +24,8 @@ export class DevopsSourcefileMapPlugin extends ConverterComponent { private onBegin(): void { // read options parameters - const mapRelativePath = this.readStringOption("sourcefile-url-map"); - const urlPrefix = this.readStringOption("sourcefile-url-prefix"); + const mapRelativePath = this.readStringOption("devops-sourcefile-url-map"); + const urlPrefix = this.readStringOption("devops-sourcefile-url-prefix"); if (!mapRelativePath && !urlPrefix) { return;