Comments
Sort by recent activity
Manually i have tried using click once publish, I able to obfuscate the exe.B But if I run build and publish pipeline is self hosting still it is not obfuscating. please suggest. <!-- SmartAssembly task --> <UsingTask TaskName="SmartAssembly.MSBuild.Tasks.Build" AssemblyName="SmartAssembly.MSBuild.Tasks, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7f465a1c156d4d57" /> <Target Name="BuildWithSmartAssembly" AfterTargets="CoreCompile" Condition=" '$(Configuration)' == 'Release' "> <SmartAssembly.MSBuild.Tasks.Build ProjectFile="$(ProjectDir)$(AssemblyName).saproj" OverwriteAssembly="True" /> </Target> <!-- /SmartAssembly task --> [image] / comments
Manually i have tried using click once publish, I able to obfuscate the exe.BBut if I run build and publish pipeline is self hosting still it is not obfuscating. please suggest. <!-- SmartAssembly...
Or can we have call any day after 5.30 PM UK time. i walk throught and share my screen. thanks / comments
Or can we have call any day after 5.30 PM UK time. i walk throught and share my screen. thanks
thanks .I tried to download nuget package on devops pipline and giving me below error. where can I get $(SA_KEY)` for trai version? do i need do self hosting agent on our machine or azure pipeline agent ? please do suggest. Error message PowerShell exited with code '1'. $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLDIR=`"$saInstallLocation`" RG_LICENSE=`"$(SA_KEY)`" RG_WARNING=`"Ignore`" REBOOT=`"ReallySuppress`" RG_I=`"Red Gate Software Ltd.`"" -Wait -Verbose -PassThru if ($p.ExitCode -ne 0) { throw "SmartAssembly installation failed. Installer exited with code: $($p.ExitCode)" } / comments
thanks .I tried to download nuget package on devops pipline and giving me below error.where can I get $(SA_KEY)` for trai version?do i need do self hosting agent on our machine or azure pipeline ag...
thanks .I tried to download nuget package on devops pipline and giving me below error. where can I get $(SA_KEY)` for trai version? do i need do self hosting agent on our machine or azure pipeline agent ? please do suggest. Error message PowerShell exited with code '1'. $p = Start-Process -FilePath msiexec -Args "/qn /i `"$msiPath`" INSTALLDIR=`"$saInstallLocation`" RG_LICENSE=`"$(SA_KEY)`" RG_WARNING=`"Ignore`" REBOOT=`"ReallySuppress`" RG_I=`"Red Gate Software Ltd.`"" -Wait -Verbose -PassThru if ($p.ExitCode -ne 0) { throw "SmartAssembly installation failed. Installer exited with code: $($p.ExitCode)" } / comments
thanks .I tried to download nuget package on devops pipline and giving me below error.where can I get $(SA_KEY)` for trai version? do i need do self hosting agent on our machine or azure pipeline a...