export win_data_root_dir=/cygdrive/c/var for dir in `ls -1 $win_data_root_dir`; do target_path=$win_data_root_dir/$dir ; link_path=/var/$dir ; mkdir -p `dirname $link_path`; unlink $link_path; ln -s "$target_path" "$link_path"; ls -la $link_path; done; history | cut -c 8-
Azure Trusted Signing Revisited with Dotnet Sign
-
[image: Trusted Signing Banner]
I wrote about Azure Trusted Signing a while back and talked about how
frustrating that process was. Well, since then, I'm...
1 day ago