diff --git a/lib/signing.ts b/lib/signing.ts index 31d79134..c981b856 100644 --- a/lib/signing.ts +++ b/lib/signing.ts @@ -92,11 +92,11 @@ export class SignNuGetWithSigner extends Construct implements ISigner { }; if (props.signerProfileName) { - environment['SIGNER_PROFILE_NAME'] = props.signerProfileName; + environment.SIGNER_PROFILE_NAME = props.signerProfileName; } if (props.signerProfileOwner) { - environment['SIGNER_PROFILE_OWNER'] = props.signerProfileOwner; + environment.SIGNER_PROFILE_OWNER = props.signerProfileOwner; } const shellable = new Shellable(this, 'Default', {