Remove step "file exists"

This commit is contained in:
Gerrit 2023-05-31 10:52:20 +02:00
parent c58a805ae4
commit 62db1f8b5c
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
Get-Date
Start-Sleep -Seconds 10
Get-Date
New-Item -Name test.txt
New-Item -Name test.txt -Value "Hi"