зеркало из https://github.com/microsoft/testfx.git
8 строки
287 B
Plaintext
8 строки
287 B
Plaintext
|
<Project>
|
||
|
|
||
|
<Target Name="_VerifyNuGetPackages" AfterTargets="Pack" Condition=" '$(OS)' == 'Windows_NT' ">
|
||
|
<Exec Command="powershell -NoProfile -NoLogo -ExecutionPolicy Bypass $(RepositoryEngineeringDir)\verify-nupkgs.ps1 -configuration $(Configuration)" />
|
||
|
</Target>
|
||
|
|
||
|
</Project>
|