I want to obtain the c or r attribute values from the first line of the script code, but the c variable in the code below does not currently support these attributes.
Could this feature be added in future versions? Or is there a better method to retrieve these values? Thanks in advance!
----------------------------------------------
/*/ role editorExtension; /*/
var c = PrePostBuild.Info;
print.it©;
if (c.c.Contains("c powershell.cs")) { print.it("Contains powershell.cs class file"); }
if (c.r.Contains(@"r %dll%\test.dll")) { print.it("Contains test.dll ref file"); }
Could this feature be added in future versions? Or is there a better method to retrieve these values? Thanks in advance!
----------------------------------------------
/*/ role editorExtension; /*/
var c = PrePostBuild.Info;
print.it©;
if (c.c.Contains("c powershell.cs")) { print.it("Contains powershell.cs class file"); }
if (c.r.Contains(@"r %dll%\test.dll")) { print.it("Contains test.dll ref file"); }