mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
Add copy publish
This commit is contained in:
@@ -164,6 +164,17 @@ class Tesses.CrossLang.Publisher
|
|||||||
|
|
||||||
switch(this.RuntimeIdentifier)
|
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":
|
case "crvm":
|
||||||
{
|
{
|
||||||
var path = this.Merge();
|
var path = this.Merge();
|
||||||
|
|||||||
Reference in New Issue
Block a user