Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 472b6d9

Browse files
committed
Fixed powershell script
1 parent 7a2214f commit 472b6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AfterTest.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ param (
22
[string]$Version = "0.0.1"
33
)
44
$base_dir = split-path -parent $MyInvocation.MyCommand.Definition
5-
$output_dir = Join-Path $base_dir ..\output
6-
$src_dir = Join-Path $base_dir ..\RCONServerLib
5+
$output_dir = Join-Path $base_dir .\RCONServerLib
6+
$src_dir = Join-Path $base_dir .\RCONServerLib
77
$nuspec = Get-ChildItem $src_dir\*.nuspec -Recurse
88

99
Write-Host "Nuspec: $nuspec"

0 commit comments

Comments
 (0)