Пример #1
0
 public void AddRegenKeyPostUpdateCommand(string strongNamePath)
 {
     PostUpdateCommands.Add(new ProcessExecutorInfo(strongNamePath, $"-k {Name}.Key.snk"));
 }