Fix typo in build.psm1 (#16038)

targetting -> targeting
This commit is contained in:
Ikko Ashimine 2021-09-02 21:42:06 +09:00 committed by Aditya Patwardhan
parent 87b714b612
commit 0897956590

View file

@ -865,7 +865,7 @@ function New-PSOptions {
}
}
# We plan to release packages targetting win7-x64 and win7-x86 RIDs,
# We plan to release packages targeting win7-x64 and win7-x86 RIDs,
# which supports all supported windows platforms.
# So we, will change the RID to win7-<arch>
$Runtime = $RID -replace "win\d+", "win7"