Skip to content

Commit

Permalink
RMLNQ-109 Fix release process script integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKetting committed Mar 6, 2017
1 parent 4cba3f0 commit 13f6194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .BuildProject
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!--Marks the path fo the releaseProcessScript config file-->
<configFile>
<path>Build/Customizations/releaseProcessScript.config</path>
<buildToolsVersion>1.0.5827.25795</buildToolsVersion>
<buildToolsVersion>1.0.6180.28602</buildToolsVersion>
</configFile>
4 changes: 2 additions & 2 deletions Build/Customizations/releaseProcessScript.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<step>
<msBuildCallArguments>
<argument>Build\Remotion.Local.build</argument>
<argument>/t:UpdateAssemblyInfosLocalBuild</argument>
<argument>/t:UpdateAssemblyInfosForRelease</argument>
<argument>/property:Version={version}</argument>
</msBuildCallArguments>
<commitMessage>Update metadata to version '{version}'.</commitMessage>
Expand All @@ -38,7 +38,7 @@
<step>
<msBuildCallArguments>
<argument>Build\Remotion.Local.build</argument>
<argument>/t:UpdateAssemblyInfosLocalBuild</argument>
<argument>/t:UpdateAssemblyInfosForDevelopment</argument>
<argument>/property:Version={version}</argument>
</msBuildCallArguments>
<commitMessage>Update metadata to version '{version}'.</commitMessage>
Expand Down

0 comments on commit 13f6194

Please sign in to comment.