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:
Diffstat (limited to 'Source/nuspecs/nuget.ps1')
-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
}