Question 21:
Your team lead has finished creating a build project in the console. You have access to run the build but not to access the project. You want to specify a different source location for the build. How can you achieve this?
Answer options:
A.Issue the update project command and specify the new location of the build. B.Specify the new location of the build in a new buildspec.yml file and issue the update-project command. C.Specify the new location of the build in a new buildspec.yml file and use the start-build command. D.Specify the new location of the build in a new buildspec.yml file and use the update-build command.