Merge branch 'main' into feature/circleci-labs

This commit is contained in:
Ethan Dennis
2022-09-20 12:09:52 -07:00
committed by GitHub
6 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ Open the workflow that is generated and inspect the contents. Now the `DotnetCor
You can also use custom transformers to edit the values of environment variables in converted workflows. In this example, you will be updating the `BUILDCONFIGURATION` environment variable to be `Debug` instead of `Release`.
To do this, add the following code to the `transformers.rb` file.
To do this, add the following code at the top of the `transformers.rb` file.
```ruby
env "BUILDCONFIGURATION", "Debug"