Add files via upload

This commit is contained in:
Netch
2021-07-10 14:16:34 +08:00
parent e812edef95
commit 0634e5718d
38 changed files with 279 additions and 46 deletions

View File

@@ -1,3 +1,5 @@
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
function Delete {
param([string]$Path)
@@ -12,4 +14,6 @@ Delete "Netch\obj"
Delete "Tests\bin"
Delete "Tests\obj"
Delete "TestResults"
exit 0
.\Other\clean.ps1
exit $lastExitCode