Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
0e29cc757c
commit
6bb3c3351d
@@ -40080,6 +40080,9 @@ execution:
|
||||
sc.exe create #{service_name} binPath= "#{executable_command}"
|
||||
sc.exe start #{service_name}
|
||||
sc.exe delete #{service_name}
|
||||
cleanup_command: 'del C:\art-marker.txt >nul 2>&1
|
||||
|
||||
'
|
||||
name: command_prompt
|
||||
elevation_required: true
|
||||
- name: Use PsExec to execute a command on a remote host
|
||||
|
||||
@@ -41,6 +41,10 @@ sc.exe start #{service_name}
|
||||
sc.exe delete #{service_name}
|
||||
```
|
||||
|
||||
#### Cleanup Commands:
|
||||
```cmd
|
||||
del C:\art-marker.txt >nul 2>&1
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user