How can we help you today? How can we help you today?
nyxling

Activity overview

Latest activity by nyxling

It appears that the link that Jessica provided is indeed what I needed to make things work properly, so I would consider this issue closed. / comments
It appears that the link that Jessica provided is indeed what I needed to make things work properly, so I would consider this issue closed.
0 votes
Hi Jessica, This is the contents of the .cmd file (it's just a .bat file) IF NOT EXIST "0001_Obfuscate" ( mkdir "0001_Obfuscate" ) IF EXIST "0001_Obfuscate\Assembly-CSharp.dll" ( del "0001_Obfuscate\Assembly-CSharp.dll" ) "C:\Program Files\Red Gate\SmartAssembly 6\SmartAssembly.com" /build "%system.teamcity.build.checkoutDir%/../0001.saproj" IF EXIST "0001_Obfuscate\Assembly-CSharp.dll" ( copy "0001_Obfuscate\Assembly-CSharp.dll" "0001_Build\0001_Data\Managed\Assembly-CSharp.dll" ) As you can see, there are a few directory/file management lines, but basically it's just calling SmartAssembly, and to answer your questions: 1) Yes, it's calling SmartAssembly.com 2) I'm not 100% sure. I no longer have the failed build on my machine, so I can't check it's log directly, and as such, I don't know definitively whether the "Process exited with code 0" line was collapsed with the rest of the "Step5/5" stuff or not. (it auto-collapses each step's logs to make them separately viewable) HOWEVER, the overall build process was considered a success by TeamCity, and it's designed to detect errors so it can report them as a failed build. That said, if SmartAssembly had returned non-zero, it -should- have caused the entire build to fail. I suppose there's a chance that there's a bug in TeamCity, but the fact that during configuration, I've gotten tons of errors leading to failed builds has lead me to believe that it's SmartAssembly and not TeamCity. But I'm not discounting the possibility^^ I'll have to take a look at that blog post and see if it applies to my situation, when I have time. I'll be sure to get back to you about that. / comments
Hi Jessica, This is the contents of the .cmd file (it's just a .bat file) IF NOT EXIST "0001_Obfuscate" ( mkdir "0001_Obfuscate" ) IF EXIST "0001_Obfuscate\Assembly-CSharp.dll" ( del "0...
0 votes
Sometimes SA doesn't give error return codes
I'm using SA v6.8.0.121 and have set it up to run in my TeamCity-based build server-- I've got it all working as desired, except that in some (all?) cases, when SA fails to obfuscate, it doesn't ac...
3 followers 5 comments 0 votes
Time taken to obfuscate
Our team has been using SA for about a year now, and we've noticed that the amount of time it has taken to obfuscate has been increasing fairly dramatically during this time. We're looking for a wa...
2 followers 5 comments 0 votes