Skip to content

Commit

Permalink
Removed quote from yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Jan 12, 2019
1 parent c80cc6e commit b334dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:


- powershell: |
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/set-screenresolution.ps1'))"
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/set-screenresolution.ps1'))
Set-ScreenResolution $(screen_w) $(screen_h)
displayName: "Seeing if the screen resolution will get set in this Windows image"
condition: eq( variables['Agent.OS'], 'Windows_NT')
Expand Down

0 comments on commit b334dd5

Please sign in to comment.