Skip to content

Commit

Permalink
Another powershell fix....
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 20, 2019
1 parent f412e2a commit cabcc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ function addNativeLibrary($quantumName, $platform, $runtime, $extension, $destin
function addNativeLibraries($xml, $quantumName, $platform) {
if ($platform -eq "AnyCPU")
{
addNativeLibraries $xml, $quantumName "x86"
addNativeLibraries $xml, $quantumName "x64"
addNativeLibraries $xml $quantumName "x86"
addNativeLibraries $xml $quantumName "x64"
return
}

Expand Down

0 comments on commit cabcc52

Please sign in to comment.