Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-24 06:24:40 +0300
committerDan Siegel <me@dansiegel.net>2017-05-24 06:24:40 +0300
commit164072f0161a2d62869108dcd8b7aa83b84c08bb (patch)
tree91f90179caf65ffce89fb025911baf2cdfaab0dc
parent73e7435242e52329b56a20d7e9eaa09576fc77cc (diff)
adding package output
-rw-r--r--Source/nuspecs/nuget.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/nuspecs/nuget.ps1 b/Source/nuspecs/nuget.ps1
index 60c4af7..4d73a75 100644
--- a/Source/nuspecs/nuget.ps1
+++ b/Source/nuspecs/nuget.ps1
@@ -41,7 +41,7 @@ function ConvertTo-NuGetExpression
$fileVersion = $uwpVersion
}
- $expression = ".\$($nugetFileName) pack $($nuspecPath) -Prop 'version=$($fileVersion)' -Prop 'coreVersion=$($fileVersion)' -Prop 'releaseNotes=$($releaseNotesUri)$fileVersion'"
+ $expression = ".\$($nugetFileName) pack $($nuspecPath) -OutputDirectory $nugetOutputDirectory -Prop 'version=$($fileVersion)' -Prop 'coreVersion=$($fileVersion)' -Prop 'releaseNotes=$($releaseNotesUri)$fileVersion'"
if($wpfVersion)
{