Skip to content

Commit 9e97554

Browse files
author
paul.welter
committed
- create github release on build
1 parent 38413f3 commit 9e97554

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Master-helper.proj

+5-4
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
<ILMerge InputAssemblies="Build\MSBuild.Temp.dll;Build\Ionic.Zip.Reduced.dll"
9191
Internalize="true"
9292
OutputFile="Build\MSBuild.Community.Tasks.dll"
93-
KeyFile="Source\MSBuild.Community.Tasks\MSBuild.Community.Tasks.snk"
94-
ToolPath="Source\packages\ilmerge.2.12.0803\"
95-
/>
93+
KeyFile="Source\MSBuild.Community.Tasks\MSBuild.Community.Tasks.snk"
94+
ToolPath="Source\packages\ilmerge.2.12.0803\"
95+
/>
9696

9797
<!-- Cleanup unneed files -->
9898
<CreateItem Include="Build\*.dll;Build\*.x*l" Exclude="Build\MSBuild.Community.Tasks.*" >
@@ -111,11 +111,12 @@
111111
</Target>
112112

113113
<Target Name="Zip" DependsOnTargets="Documentation;Merge">
114-
<CreateItem Include="**\*.*" Exclude="@(DefaultExclude)" >
114+
<CreateItem Include="Build\*.*" Exclude="@(DefaultExclude)" >
115115
<Output TaskParameter="Include" ItemName="ZipFiles" />
116116
</CreateItem>
117117

118118
<Zip Files="@(ZipFiles)"
119+
WorkingDirectory="Build"
119120
ZipFileName="MSBuild.Community.Tasks.v$(Major).$(Minor).$(Build).$(Revision).zip" />
120121
</Target>
121122

Source/GlobalAssemblyInfo.cs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
33
// This code was generated by a tool.
4-
// Runtime Version:4.0.30319.18052
4+
// Runtime Version:4.0.30319.18408
55
//
66
// Changes to this file may cause incorrect behavior and will be lost if
77
// the code is regenerated.
@@ -10,8 +10,8 @@
1010

1111
[assembly: System.Reflection.AssemblyCompany("https://github.com/loresoft/msbuildtasks/")]
1212
[assembly: System.Reflection.AssemblyProduct("MSBuild.Community.Tasks")]
13-
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2013 MSBuild Community Tasks Project")]
14-
[assembly: System.Reflection.AssemblyConfiguration("Commit 0916617")]
13+
[assembly: System.Reflection.AssemblyCopyright("Copyright © 2014 MSBuild Community Tasks Project")]
14+
[assembly: System.Reflection.AssemblyConfiguration("Commit 38413f3")]
1515
[assembly: System.Runtime.InteropServices.ComVisible(false)]
1616
[assembly: System.CLSCompliant(false)]
1717
[assembly: System.Reflection.AssemblyVersion("1.4.0.0")]
@@ -26,9 +26,9 @@ internal sealed partial class ThisAssembly {
2626

2727
internal const string AssemblyProduct = "MSBuild.Community.Tasks";
2828

29-
internal const string AssemblyCopyright = "Copyright © 2013 MSBuild Community Tasks Project";
29+
internal const string AssemblyCopyright = "Copyright © 2014 MSBuild Community Tasks Project";
3030

31-
internal const string AssemblyConfiguration = "Commit 0916617";
31+
internal const string AssemblyConfiguration = "Commit 38413f3";
3232

3333
internal const string AssemblyVersion = "1.4.0.0";
3434

Tools/github-release.exe

8.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)