Skip to content

Commit

Permalink
Trying to undestand the CreatePackage issue :(.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-spinelli committed May 6, 2016
1 parent 23ef90b commit 1095f78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeCakeBuilder/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public Build()
foreach( var nuspec in Cake.GetFiles( releasesDir.Path + "/*.nuspec" ) )
{
TransformText( nuspec, configuration, gitInfo );
Cake.Information( File.ReadAllText( nuspec.FullPath ) );
Cake.NuGetPack( nuspec, settings );
}
Cake.DeleteFiles( releasesDir.Path + "/*.nuspec" );
Expand Down

0 comments on commit 1095f78

Please sign in to comment.