Generate docs from job=validate_atomics_generate_docs branch=master
This commit is contained in:
parent
334eb14226
commit
264b8aba92
@@ -81,7 +81,9 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
|
||||
#### Cleanup Commands:
|
||||
```
|
||||
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
|
||||
$parentpath = Split-Path -Path "#{output_file}"
|
||||
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
|
||||
```
|
||||
|
||||
|
||||
|
||||
+6
-2
@@ -11446,7 +11446,9 @@ defense-evasion:
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
|
||||
cleanup_command: |
|
||||
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
|
||||
$parentpath = Split-Path -Path "#{output_file}"
|
||||
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
|
||||
T1117:
|
||||
technique:
|
||||
x_mitre_data_sources:
|
||||
@@ -23578,7 +23580,9 @@ execution:
|
||||
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
|
||||
cleanup_command: |
|
||||
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
|
||||
$parentpath = Split-Path -Path "#{output_file}"
|
||||
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
|
||||
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
|
||||
T1117:
|
||||
technique:
|
||||
x_mitre_data_sources:
|
||||
|
||||
Reference in New Issue
Block a user