(refactor): nuget build scripts update
This commit is contained in:
parent
12e7a9f783
commit
d341eb994e
@ -10,7 +10,7 @@ $nugetSource = "https://api.nuget.org/v3/index.json"
|
||||
|
||||
# Define paths
|
||||
$solutionDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$projectDir = "$solutionDir\PodmanClient"
|
||||
$projectDir = "$solutionDir\MaksIT.MongoDB.Linq"
|
||||
$outputDir = "$projectDir\bin\Release"
|
||||
|
||||
# Clean previous builds
|
||||
|
||||
@ -13,7 +13,7 @@ nugetSource="https://api.nuget.org/v3/index.json"
|
||||
# Define paths
|
||||
scriptDir=$(dirname "$0")
|
||||
solutionDir=$(realpath "$scriptDir")
|
||||
projectDir="$solutionDir/PodmanClient"
|
||||
projectDir="$solutionDir/MaksIT.MongoDB.Linq"
|
||||
outputDir="$projectDir/bin/Release"
|
||||
|
||||
# Clean previous builds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user