(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
|
# Define paths
|
||||||
$solutionDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
$solutionDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||||
$projectDir = "$solutionDir\PodmanClient"
|
$projectDir = "$solutionDir\MaksIT.MongoDB.Linq"
|
||||||
$outputDir = "$projectDir\bin\Release"
|
$outputDir = "$projectDir\bin\Release"
|
||||||
|
|
||||||
# Clean previous builds
|
# Clean previous builds
|
||||||
|
|||||||
@ -13,7 +13,7 @@ nugetSource="https://api.nuget.org/v3/index.json"
|
|||||||
# Define paths
|
# Define paths
|
||||||
scriptDir=$(dirname "$0")
|
scriptDir=$(dirname "$0")
|
||||||
solutionDir=$(realpath "$scriptDir")
|
solutionDir=$(realpath "$scriptDir")
|
||||||
projectDir="$solutionDir/PodmanClient"
|
projectDir="$solutionDir/MaksIT.MongoDB.Linq"
|
||||||
outputDir="$projectDir/bin/Release"
|
outputDir="$projectDir/bin/Release"
|
||||||
|
|
||||||
# Clean previous builds
|
# Clean previous builds
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user