mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-08 09:05:46 +00:00
Add copy publish
This commit is contained in:
@@ -164,6 +164,17 @@ class Tesses.CrossLang.Publisher
|
||||
|
||||
switch(this.RuntimeIdentifier)
|
||||
{
|
||||
case "copy":
|
||||
{
|
||||
if(this.MergeForRuntimes)
|
||||
{
|
||||
FS.Local.MoveFile(this.Merge(), outDir / short_name + ".crvm");
|
||||
}
|
||||
else {
|
||||
this.CopyBuild(outDir / short_name + ".crvm");
|
||||
}
|
||||
}
|
||||
break;
|
||||
case "crvm":
|
||||
{
|
||||
var path = this.Merge();
|
||||
|
||||
Reference in New Issue
Block a user