Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
d7ea2057
Commit
d7ea2057
authored
Feb 22, 2015
by
csharptest
Committed by
rogerk
Feb 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for pulish script
parent
a3e8d129
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
CHANGES.txt
CHANGES.txt
+1
-1
publish.csproj
build/publish.csproj
+4
-3
No files found.
CHANGES.txt
View file @
d7ea2057
...
...
@@ -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.55
4
RELEASE NOTES - Version 2.4.1.55
5
===============================================================================
Changes:
...
...
build/publish.csproj
View file @
d7ea2057
...
...
@@ -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>
...
...
@@ -126,8 +127,8 @@
</Target>
<Target
Name=
"_HgLabel"
DependsOnTargets=
"_Prerequisites"
>
<Exec
Command=
"$(HgTool) tag $(VersionLabel)"
WorkingDirectory=
"$(ProjectDirectory)"
/>
<Exec
Command=
"$(HgTool) commit -m "version $(VersionLabel)""
WorkingDirectory=
"$(ProjectDirectory)"
/>
<Exec
Command=
"$(HgTool) tag $(VersionLabel)"
WorkingDirectory=
"$(ProjectDirectory)"
/>
</Target>
<Target
Name=
"_HgPush"
DependsOnTargets=
"_Prerequisites"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment