mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Set screen resolution using pipelines task
This commit is contained in:
parent
d871a50a15
commit
edb78dd3ae
1 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,13 @@ jobs:
|
|||
steps:
|
||||
- checkout: none
|
||||
|
||||
- task: ScreenResolutionUtility@1
|
||||
displayName: Set resolution to 1920x1080
|
||||
inputs:
|
||||
displaySettings: 'specific'
|
||||
width: 1920
|
||||
height: 1080
|
||||
|
||||
- task: DownloadBuildArtifacts@0
|
||||
displayName: Download MsixBundle and CalculatorUITests
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue