Vincent Liang

Results 3 comments of Vincent Liang

I have something like this: ``` - task: AWSShellScript@1 inputs: awsCredentials: 'azure-infra-deploy-dev' regionName: 'ap-southeast-2' scriptType: 'inline' workingDirectory: $(Build.SourcesDirectory)/projectx-infrastructure/ inlineScript: | ls -la pwd echo "Running validations" cdk synth project-infra-dev -o...

Getting the same problem. Will try the workaround by @lkgoerges