/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/powershell/engine/ResourceValidation/WSManResources.Tests.ps1
13 строк
336 B
Dongbo Wang
Prepare for onboarding PowerShell to the Native2Native localization pipeline (#27667)
20 июл 2026, 22:21
Не верифицирован
20 июл 2026, 22:21
855d943
Код
Авторство
О чём код?
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. . "$PSScriptRoot/TestRunner.ps1" $AssemblyName = "Microsoft.WSMan.Management" # load the module since it isn't there by default if ( $IsWindows ) { Import-Module Microsoft.WSMan.Management } # run the tests Test-ResourceStrings -AssemblyName $AssemblyName