Files
WSL/tools/test/Microsoft.WSL.TestDistro.nuspec
Ben Hillis 72a980d881 test: add support for ARM64 WSLC testing. (#14519)
---------

Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
2026-03-25 15:23:41 -07:00

15 lines
505 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Microsoft.WSL.TestDistro</id>
<version>$version$</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/WSL</projectUrl>
<description>WSL Test distribution</description>
</metadata>
<files>
<file src="x64\test_distro.tar.xz" target="x64"/>
<file src="arm64\test_distro.tar.xz" target="arm64"/>
</files>
</package>