Skip to content

Commit

Permalink
Added script for local packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
marisks committed May 17, 2018
1 parent e212b79 commit 1a5798a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pack.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
$outputDir = "D:\NuGetLocal\"
$build = "Release"
$version = "1.0.0"

nuget.exe pack .\src\Geta.SEO.Sitemaps\Geta.SEO.Sitemaps.csproj -IncludeReferencedProjects -properties Configuration=$build -Version $version -OutputDirectory $outputDir
nuget.exe pack .\src\Geta.SEO.Sitemaps.Commerce\Geta.SEO.Sitemaps.Commerce.csproj -IncludeReferencedProjects -properties Configuration=$build -Version $version -OutputDirectory $outputDir

0 comments on commit 1a5798a

Please sign in to comment.