QuestionQ307

Apply developer tools

You have a test environment containing an independent software vendor (ISV) solution.

The ISV solution needs a license to be enabled.

You must add a license file to a software deployable package when the build runs.

In what order should you perform the actions?

Note: Multiple orders of the answer choices can be correct. You receive credit for any correct order selected.

Drag & Drop
Add the task named Add Licenses to Deployable Package.
Provide a search pattern for the license file to add to the package.
Add the license file to a source control repository.
Provide a file name and the path of the deployable package to update.
Explanation

The license file must be stored in source control so the build agent can access it. The pipeline then uses the Add Licenses to Deployable Package task, configured with a search pattern that identifies the license file and the file name/path of the deployable package to update.

Community Discussion

No comments yet. Be the first to start the discussion!