Skip to content

Commit

Permalink
Fix log name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
WaelHamze committed Jan 27, 2019
1 parent 8a338f6 commit 590123f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ string logsDirectory
managed);
}

string log = $"PackagerLog_{zipFile.Replace(".zip", ".txt")}_{DateTime.Now.ToString("yyyy_MM_dd__HH_mm")}";
string log = $"PackagerLog_{zipFile.Replace(".zip", "")}_{DateTime.Now.ToString("yyyy_MM_dd__HH_mm")}.txt";

SolutionPackager packager = new SolutionPackager(
Logger,
Expand Down

0 comments on commit 590123f

Please sign in to comment.