mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
fix: build
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
/.vs
|
||||
/.idea
|
||||
/release
|
||||
/packages
|
||||
/TestResults
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$exec=(Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$last=(Get-Location).Path
|
||||
|
||||
Set-Location $exec
|
||||
|
||||
.\clean.ps1
|
||||
|
||||
@@ -14,4 +17,5 @@ Get-ChildItem -Path . -Directory | ForEach-Object {
|
||||
}
|
||||
}
|
||||
|
||||
Set-Location $last
|
||||
exit 0
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$exec=(Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$last=(Get-Location).Path
|
||||
|
||||
Set-Location $exec
|
||||
|
||||
if (Test-Path release) {
|
||||
Remove-Item -Recurse -Force release
|
||||
}
|
||||
|
||||
Set-Location $last
|
||||
exit 0
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
Set-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$exec=(Split-Path $MyInvocation.MyCommand.Path -Parent)
|
||||
$last=(Get-Location).Path
|
||||
|
||||
Set-Location $exec
|
||||
|
||||
.\clean.ps1
|
||||
|
||||
@@ -11,4 +14,5 @@ Get-ChildItem -Path . -Directory | ForEach-Object {
|
||||
}
|
||||
}
|
||||
|
||||
Set-Location $last
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user