c572d17c2e
* test out win_uri on Shippable * run all tests for group 3 - ci_complete * use shared setup and cleanup role for RDS * Set shippable matrix back to normal * cleanup changes to support Server 2008 R2
10 lines
284 B
YAML
10 lines
284 B
YAML
---
|
|
- name: run tests with cleanup
|
|
when: rds_available # defined in setup_win_rds
|
|
block:
|
|
- name: run tests
|
|
include_tasks: tests.yml
|
|
|
|
always:
|
|
- name: delete all CAPs
|
|
win_shell: Import-Module RemoteDesktopServices; Remove-Item -Path RDS:\GatewayServer\CAP\* -Recurse
|