提交 715af7c4 编写于 作者: J Jared Parsons

Use the Powershell hash function

上级 dd2e4a9d
......@@ -47,7 +47,7 @@ while ($i -lt 3 -and $allGood) {
foreach ($dll in gci Microsoft.CodeAnalysis.*dll,Roslyn.*dll,cs*exe,vb*exe) {
$dllFullName = $dll.FullName
$dllName = split-path -leaf $dllFullName
$dllHash = get-md5 $dll
$dllHash = (get-filehash $dll -algorithm MD5).Hash
$dllKeyName = $dllFullName + ".key"
if ($skipList.Contains($dllName)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册