diff --git a/scripts/AdaptiveCards.Build.psm1 b/scripts/AdaptiveCards.Build.psm1 index bbbd51bd68..dc267c57cb 100644 --- a/scripts/AdaptiveCards.Build.psm1 +++ b/scripts/AdaptiveCards.Build.psm1 @@ -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 diff --git a/source/nodejs/adaptivecards/package.json b/source/nodejs/adaptivecards/package.json index 2003fc9c83..853b81e00d 100644 --- a/source/nodejs/adaptivecards/package.json +++ b/source/nodejs/adaptivecards/package.json @@ -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 ", "license": "MIT",