Small fixes
- Change color of executing command - Fix overwrite in publish
This commit is contained in:
parent
063eb45f8b
commit
d42b38d8ff
2 changed files with 2 additions and 2 deletions
|
@ -189,7 +189,7 @@ exec ""$DIR/corerun"" ""$DIR/{context.ProjectFile.Name}.exe"" $*";
|
|||
.GetAwaiter()
|
||||
.GetResult();
|
||||
|
||||
File.Copy(outputDll, Path.ChangeExtension(outputDll, ".exe"));
|
||||
File.Copy(outputDll, Path.ChangeExtension(outputDll, ".exe"), overwrite: true);
|
||||
File.Delete(outputDll);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue