File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 90
90
<ILMerge InputAssemblies =" Build\MSBuild.Temp.dll;Build\Ionic.Zip.Reduced.dll"
91
91
Internalize =" true"
92
92
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
+ />
96
96
97
97
<!-- Cleanup unneed files -->
98
98
<CreateItem Include =" Build\*.dll;Build\*.x*l" Exclude =" Build\MSBuild.Community.Tasks.*" >
111
111
</Target >
112
112
113
113
<Target Name =" Zip" DependsOnTargets =" Documentation;Merge" >
114
- <CreateItem Include =" ** \*.*" Exclude =" @(DefaultExclude)" >
114
+ <CreateItem Include =" Build \*.*" Exclude =" @(DefaultExclude)" >
115
115
<Output TaskParameter =" Include" ItemName =" ZipFiles" />
116
116
</CreateItem >
117
117
118
118
<Zip Files =" @(ZipFiles)"
119
+ WorkingDirectory =" Build"
119
120
ZipFileName =" MSBuild.Community.Tasks.v$(Major).$(Minor).$(Build).$(Revision).zip" />
120
121
</Target >
121
122
Original file line number Diff line number Diff line change 1
1
//------------------------------------------------------------------------------
2
2
// <auto-generated>
3
3
// This code was generated by a tool.
4
- // Runtime Version:4.0.30319.18052
4
+ // Runtime Version:4.0.30319.18408
5
5
//
6
6
// Changes to this file may cause incorrect behavior and will be lost if
7
7
// the code is regenerated.
10
10
11
11
[ assembly: System . Reflection . AssemblyCompany ( "https://github.com/loresoft/msbuildtasks/" ) ]
12
12
[ 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 " ) ]
15
15
[ assembly: System . Runtime . InteropServices . ComVisible ( false ) ]
16
16
[ assembly: System . CLSCompliant ( false ) ]
17
17
[ assembly: System . Reflection . AssemblyVersion ( "1.4.0.0" ) ]
@@ -26,9 +26,9 @@ internal sealed partial class ThisAssembly {
26
26
27
27
internal const string AssemblyProduct = "MSBuild.Community.Tasks" ;
28
28
29
- internal const string AssemblyCopyright = "Copyright © 2013 MSBuild Community Tasks Project" ;
29
+ internal const string AssemblyCopyright = "Copyright © 2014 MSBuild Community Tasks Project" ;
30
30
31
- internal const string AssemblyConfiguration = "Commit 0916617 " ;
31
+ internal const string AssemblyConfiguration = "Commit 38413f3 " ;
32
32
33
33
internal const string AssemblyVersion = "1.4.0.0" ;
34
34
You can’t perform that action at this time.
0 commit comments