Skip to content

Commit

Permalink
update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
matthidinger committed Nov 29, 2017
1 parent ad3516d commit 4dbe7b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/AdaptiveCards.Build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ param(

# Commit any changes
if($commitWithMessage) {
# This worked around a build issue
git pull

git add .
git commit -m "$commitWithMessage ***NO_CI***"
git push origin $sourceBranch
Expand Down
2 changes: 1 addition & 1 deletion source/nodejs/adaptivecards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adaptivecards",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"description": "Adaptive Card TypeScript/Javascript library for HTML Clients",
"author": "AdaptiveCards <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 4dbe7b2

Please sign in to comment.