Set screen resolution with pipelines task

This commit is contained in:
Matt Cooley 2022-07-22 16:35:17 -07:00
commit e9de1830c7

View file

@ -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: