Skip to content

Commit

Permalink
Changes for pulish script
Browse files Browse the repository at this point in the history
  • Loading branch information
csharptest authored and rogerk committed Feb 22, 2015
1 parent a3e8d12 commit d7ea205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 9,7 @@ For more information about Protocol Buffers in general, visit the project page
for the C , Java and Python project:
http://protobuf.googlecode.com
===============================================================================
RELEASE NOTES - Version 2.4.1.554
RELEASE NOTES - Version 2.4.1.555
===============================================================================

Changes:
Expand Down
7 changes: 4 additions & 3 deletions build/publish.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 6,9 @@
<Target Name="Build" DependsOnTargets="_Clean;_Prerequisites;_StampVersion;_GenerateSource;_Build" />
<Target Name="Label" DependsOnTargets="_HgLabel" />
<Target Name="Package" DependsOnTargets="_HgPack;_NugetPack" />
<Target Name="PushAll" DependsOnTargets="_HgPush;_PkgPush;_NugetPush" />
<Target Name="Publish" DependsOnTargets="Clean;Build;Label;Package;PushAll" />
<Target Name="Prepare" DependsOnTargets="Clean;Build;Label;Package" />
<Target Name="PushAll" DependsOnTargets="_HgPush;_NugetPush" />
<Target Name="Publish" DependsOnTargets="Prepare;PushAll" />

<PropertyGroup>
<ProjectName>Protocol Buffers</ProjectName>
Expand Down Expand Up @@ -126,8 127,8 @@
</Target>

<Target Name="_HgLabel" DependsOnTargets="_Prerequisites">
<Exec Command="$(HgTool) tag $(VersionLabel)" WorkingDirectory="$(ProjectDirectory)" />
<Exec Command="$(HgTool) commit -m &quot;version $(VersionLabel)&quot;" WorkingDirectory="$(ProjectDirectory)" />
<Exec Command="$(HgTool) tag $(VersionLabel)" WorkingDirectory="$(ProjectDirectory)" />
</Target>

<Target Name="_HgPush" DependsOnTargets="_Prerequisites">
Expand Down

0 comments on commit d7ea205

Please sign in to comment.