Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
08a1750179
commit
c77258e6fb
@@ -40073,7 +40073,7 @@ execution:
|
||||
File C:\\art-marker.txt"
|
||||
executor:
|
||||
command: |
|
||||
sc.exe create #{service_name} binPath= #{executable_command}
|
||||
sc.exe create #{service_name} binPath= "#{executable_command}"
|
||||
sc.exe start #{service_name}
|
||||
sc.exe delete #{service_name}
|
||||
name: command_prompt
|
||||
|
||||
@@ -36,7 +36,7 @@ Upon successful execution, cmd.exe create a new service using sc.exe create that
|
||||
|
||||
|
||||
```cmd
|
||||
sc.exe create #{service_name} binPath= #{executable_command}
|
||||
sc.exe create #{service_name} binPath= "#{executable_command}"
|
||||
sc.exe start #{service_name}
|
||||
sc.exe delete #{service_name}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user