Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Fix build.cake Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
MathewSachin committed Nov 1, 2017
1 parent 8247412 commit d02e36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Setup(context =>
// Update AssemblyInfo files
assemblyInfoUpdate = true;
EnsureDirectoryExists("temp");
CopyFileToDirectory(uiAssemblyInfo, "temp");
CopyFile(consoleAssemblyInfo, "temp/console.cs");
Expand Down

0 comments on commit d02e36b

Please sign in to comment.