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
path: root/Source
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-20 19:17:26 +0300
committerDan Siegel <me@dansiegel.net>2017-05-21 07:38:18 +0300
commitb5300a5d72dd235a2e2b4940c3bc9c5ad593fcac (patch)
tree4d45cfb444cf5b189ebd363bfb699dd2231d7266 /Source
parentefef8affa6439ae9ec0c0c7eaf4084560f2e659f (diff)
adding logging output to build
Diffstat (limited to 'Source')
-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 886385b..6351cae 100644
--- a/Source/nuspecs/nuget.ps1
+++ b/Source/nuspecs/nuget.ps1
@@ -10,7 +10,7 @@ $nugetFileName = 'nuget.exe'
if($solutionPath -like '*PrismLibrary_XF*' -and $configuration -eq 'Release')
{
Write-Host "Packing PrismLibrary_XF"
- dotnet pack $solutionPath -c $configuration
+ dotnet pack $solutionPath -c $configuration --no-build
return
}