Skip to content

Commit

Permalink
Update build script for NPoco.JsonNet
Browse files Browse the repository at this point in the history
  • Loading branch information
schotime committed Apr 14, 2016
1 parent 809b8d8 commit 9534d82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Properties {
$build_dir = Split-Path $psake.build_script_file
$build_artifacts_dir = "$build_dir\build"
$solution_dir = "$build_dir\src\NPoco"
$jsonnet = "$build_dir\src\NPoco.JsonNet"
}

FormatTaskName (("-"*25) + "[{0}]" + ("-"*25))
Expand All @@ -20,6 +21,8 @@ Task Build -depends Clean {
Set-Location "$solution_dir"
#$env:DNX_BUILD_VERSION="alpha02"
Exec { dnu pack --configuration release --out $build_artifacts_dir --quiet }
Set-Location "$jsonnet"
Exec { dnu pack --configuration release --out $build_artifacts_dir --quiet }
}

Task Clean {
Expand Down
2 changes: 1 addition & 1 deletion src/NPoco.JsonNet/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.1.0-*",
"version": "3.2.0-*",
"description": "NPoco.JsonNet",
"authors": [ "Adam" ],
"tags": [ "" ],
Expand Down

0 comments on commit 9534d82

Please sign in to comment.