mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 13:53:11 -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:
|
inputs:
|
||||||
filePath: $(Build.SourcesDirectory)\build\scripts\TurnOffAnimationEffects.ps1
|
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
|
- task: DownloadBuildArtifacts@0
|
||||||
displayName: Download MsixBundle and CalculatorUITests
|
displayName: Download MsixBundle and CalculatorUITests
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue