Skip to content

Commit

Permalink
fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-api committed Mar 29, 2020
1 parent 36d4329 commit e713b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_pipelines_csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
arguments: '--configuration $(buildConfiguration)'

- powershell: |
[xml]$doc = Get-Content azure-settings.runsettings
[xml]$doc = Get-Content azure_settings_mstest.runsettings
$doc.RunSettings.TestRunParameters.ChildNodes.Item(0).value = '$(Grid.Endpoint)'
$doc.RunSettings.TestRunParameters.ChildNodes.Item(1).value = '$(Grid.BasicAuthorization)'
$doc.RunSettings.TestRunParameters.ChildNodes.Item(2).value = '$(Build.BuildNumber)'
Expand Down

0 comments on commit e713b49

Please sign in to comment.