(refactor): nuget build scripts update

This commit is contained in:
Maksym Sadovnychyy 2024-09-03 18:59:01 +02:00
parent 12e7a9f783
commit d341eb994e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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