microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Customization flow 'DependsOn' Fix #159

Closed huzaifa-d closed 2 months ago

huzaifa-d commented 2 months ago

Summary of the pull request

The YAML received from the extension changed slightly which was causing the hard coded part of a string manipulation to fail. This change removes the DependsOn part of the YAML without hard coding its contents.

Validation steps performed

Tested on a new Dev Box to make sure the tasks run as expected.

PR checklist