mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Set screen resolution with pipelines task
This commit is contained in:
parent
43a1a14158
commit
e9de1830c7
1 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,13 @@ jobs:
|
|||
inputs:
|
||||
filePath: $(Build.SourcesDirectory)\build\scripts\TurnOffAnimationEffects.ps1
|
||||
|
||||
- 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