Skip to content

Commit

Permalink
- create github release on build
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.welter committed Feb 6, 2014
1 parent 38413f3 commit 9e97554
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions Master-helper.proj
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@
<ILMerge InputAssemblies="Build\MSBuild.Temp.dll;Build\Ionic.Zip.Reduced.dll"
Internalize="true"
OutputFile="Build\MSBuild.Community.Tasks.dll"
KeyFile="Source\MSBuild.Community.Tasks\MSBuild.Community.Tasks.snk"
ToolPath="Source\packages\ilmerge.2.12.0803\"
/>
KeyFile="Source\MSBuild.Community.Tasks\MSBuild.Community.Tasks.snk"
ToolPath="Source\packages\ilmerge.2.12.0803\"
/>

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

<Target Name="Zip" DependsOnTargets="Documentation;Merge">
<CreateItem Include="**\*.*" Exclude="@(DefaultExclude)" >
<CreateItem Include="Build\*.*" Exclude="@(DefaultExclude)" >
<Output TaskParameter="Include" ItemName="ZipFiles" />
</CreateItem>

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

Expand Down
10 changes: 5 additions & 5 deletions Source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18052
// Runtime Version:4.0.30319.18408
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand All @@ -10,8 +10,8 @@

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

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

internal const string AssemblyCopyright = "Copyright © 2013 MSBuild Community Tasks Project";
internal const string AssemblyCopyright = "Copyright © 2014 MSBuild Community Tasks Project";

internal const string AssemblyConfiguration = "Commit 0916617";
internal const string AssemblyConfiguration = "Commit 38413f3";

internal const string AssemblyVersion = "1.4.0.0";

Expand Down
Binary file added Tools/github-release.exe
Binary file not shown.

0 comments on commit 9e97554

Please sign in to comment.