Apply suggestions from code review

Co-authored-by: Begona Guereca <[email protected]>
This commit is contained in:
Ethan Dennis
2022-09-09 08:18:55 -07:00
committed by GitHub
co-authored by Begona Guereca
parent e6e62e673f
commit 797311ece6
6 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ _Note_: You can refer to the previous [lab](./3-dry-run.md) to learn about the f
## Custom transformers for build steps
We can use custom transformers override Valet's default behavior. In this scenario, we may want to override the behavior for converting `DotnetCoreCLI@2` tasks to support parameters that are glob patterns. We will need to answer the following questions before writing a custom transformer:
We can use custom transformers to override Valet's default behavior. In this scenario, we may want to override the behavior for converting `DotnetCoreCLI@2` tasks to support parameters that are glob patterns. We will need to answer the following questions before writing a custom transformer:
1. What is the "identifier" of the step to customize?
- __DotnetCoreCLI@2__
@@ -170,7 +170,7 @@ env:
Finally, we can use custom transformers to dictate which runners converted workflows should use. To do this we will need to answer the following questions:
1. What is label of the runner in Azure DevOps to update?
1. What is the label of the runner in Azure DevOps to update?
- __mechamachine__
2. What is the label of the runner in Actions to use instead?