From a1ff5b65954fa7ea020e6d677707aa420cb6f09d Mon Sep 17 00:00:00 2001 From: j-dunham Date: Wed, 28 Sep 2022 16:22:15 -0400 Subject: [PATCH] Update 5-custom-transformers.md --- azure_devops/5-custom-transformers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops/5-custom-transformers.md b/azure_devops/5-custom-transformers.md index 8d0d38f..fad6164 100644 --- a/azure_devops/5-custom-transformers.md +++ b/azure_devops/5-custom-transformers.md @@ -38,7 +38,7 @@ You will perform a dry-run for a pipeline in the bootstrapped Azure DevOps proje 3. The command will list all the files written to disk when the command succeeds. 4. View the converted workflow: - - Find `tmp/dry-run` in the file explorer pane in your codespace. + - Find `tmp/dry-run/pipelines/lab-testing/pipelines/valet-custom-transformer-example/.github/workflows` in the file explorer pane in your codespace. - Click `valet-custom-transformer-example.yml` to open. The converted workflow that is generated can be seen below: