|
|
@ -246,11 +246,13 @@ jobs: |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Naive impl to wait until the screen stretches |
|
|
|
name: Naive impl to wait until the screen stretches |
|
|
|
command: Start-Sleep 5 |
|
|
|
command: Start-Sleep 5 |
|
|
|
|
|
|
|
shell: powershell.exe |
|
|
|
- run: |
|
|
|
- run: |
|
|
|
name: Get screen info |
|
|
|
name: Get screen info |
|
|
|
command: | |
|
|
|
command: | |
|
|
|
Add-Type -AssemblyName System.Windows.Forms |
|
|
|
Add-Type -AssemblyName System.Windows.Forms |
|
|
|
[System.Windows.Forms.Screen]::AllScreens | fl * |
|
|
|
[System.Windows.Forms.Screen]::AllScreens | fl * |
|
|
|
|
|
|
|
shell: powershell.exe |
|
|
|
- checkout |
|
|
|
- checkout |
|
|
|
- attach_workspace: |
|
|
|
- attach_workspace: |
|
|
|
at: . |
|
|
|
at: . |
|
|
|