Add test pipeline for powershell scripts
This commit is contained in:
parent
02d0e0bcf9
commit
02152c234f
2 changed files with 40 additions and 0 deletions
4
test.ps1
Normal file
4
test.ps1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Get-Date
|
||||
Start-Sleep -Seconds 10
|
||||
Get-Date
|
||||
New-Item -Name test.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue