diff options
| author | Tanner Gooding <tagoo@outlook.com> | 2020-01-06 13:14:20 -0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-06 13:14:20 -0800 |
| commit | fb2006edf9b2b7338263abc629d59441b5da32d1 (patch) | |
| tree | 7765cde3322dc1b6829193978b5d388ff84f4a46 /scripts | |
| parent | 38260a7936a1ec1c02c80fb8a593b7b5d6f199ff (diff) | |
| download | vcpkg-fb2006edf9b2b7338263abc629d59441b5da32d1.tar.gz vcpkg-fb2006edf9b2b7338263abc629d59441b5da32d1.zip | |
[nethost] Adding a port for nethost (#8701)
* Adding a port for nethost
* Fixing ref, removing unneeded include, and marking unsupported architectures for nethost
* Fixing the expected sha512 for nethost
* Setting nethost to fail on static and uwp
* Removing an unecessary file(REMOVE_RECURSE) from nethost
* update baseline
* [nethost] Update to latest from dotnet/runtime
* [vcpkg-baseline] Update baseline for nethost
* [vcpkg-baseline] Update baseline for nethost
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 9aa7f493a..f27711839 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1097,6 +1097,8 @@ nanovg:x86-windows=ignore nativefiledialog:arm-uwp=fail
nativefiledialog:x64-uwp=fail
netcdf-cxx4:x64-linux=ignore
+nethost:x64-uwp=fail
+nethost:arm-uwp=fail
networkdirect-sdk:arm64-windows=fail
networkdirect-sdk:arm-uwp=fail
networkdirect-sdk:x64-linux=fail
|
