Skip to content

Commit

Permalink
Fix wrong configuration used for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhen committed Oct 17, 2013
1 parent cfac9a0 commit aca8407
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Nake.csx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public const string OutputPath = RootPath + @"\Output";

.Projects("Nake.sln")
.Property("Platform", "Any CPU")
.Property("Configuration", configuration)
.Property("OutDir", outputPath)
.Property("ReferencePath", outputPath)

Expand Down
3 changes: 1 addition & 2 deletions Publish.csx
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ static Func<string> ArchiveFile = () => OutputPath + @"\{Version()}.zip";
/// <summary>
/// Zips all binaries for standalone installation
/// </summary>
[Task]
public static void Zip()
[Task] public static void Zip()
{
var files = new FileSet
{
Expand Down
2 changes: 1 addition & 1 deletion Source/ProductAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;

[assembly: AssemblyVersion("1.0.0.4")]
[assembly: AssemblyVersion("1.0.0.5")]
[assembly: AssemblyCopyright("Copyright © Yevhen Bobrov 2013")]
Binary file modified Tools/Nake/Meta.dll
Binary file not shown.
Binary file modified Tools/Nake/Meta.pdb
Binary file not shown.
Binary file modified Tools/Nake/Nake.exe
Binary file not shown.
Binary file modified Tools/Nake/Nake.pdb
Binary file not shown.
Binary file modified Tools/Nake/Utility.dll
Binary file not shown.
Binary file modified Tools/Nake/Utility.pdb
Binary file not shown.

0 comments on commit aca8407

Please sign in to comment.