diff options
| author | Barry Golden <[email protected]> | 2018-09-24 14:36:17 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-09-24 14:36:17 -0700 |
| commit | 5c2d787787e57e7df34055da641932ca5ba1eaa9 (patch) | |
| tree | 79373a3a3ba81c8d506d660511a66786dccbded0 /bluetooth | |
| parent | 42ee96982a76e8e52bed820c5e3ea91a66220b5c (diff) | |
Updated YAML manifest for Microsoft Samples portal. (#287)
* Rename YAML manifests to use .yml extension
* Add preserveParentHierarchy: true to YAML manifest
* Updated YAML manifest for Microsoft Samples portal.
* Fix YAML newline warnings
* Updated vssolution path in YAML manifests
Diffstat (limited to 'bluetooth')
| -rw-r--r-- | bluetooth/bthecho/bluetooth-bthecho.yml (renamed from bluetooth/bthecho/bluetooth-bthecho.yaml) | 2 | ||||
| -rw-r--r-- | bluetooth/serialhcibus/bluetooth-serialhcibus.yml (renamed from bluetooth/serialhcibus/bluetooth-serialhcibus.yaml) | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bluetooth/bthecho/bluetooth-bthecho.yaml b/bluetooth/bthecho/bluetooth-bthecho.yml index 2b5737f5..7e128d10 100644 --- a/bluetooth/bthecho/bluetooth-bthecho.yaml +++ b/bluetooth/bthecho/bluetooth-bthecho.yml @@ -3,8 +3,10 @@ sample: - name: Bluetooth Echo L2CAP Profile Driver description: Demonstrates development of Bluetooth L2CAP profile drivers using the Bluetooth L2CAP DDIs. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /bluetooth/bthecho/bthecho.sln diff --git a/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml b/bluetooth/serialhcibus/bluetooth-serialhcibus.yml index f5fc2542..9c2f19fb 100644 --- a/bluetooth/serialhcibus/bluetooth-serialhcibus.yaml +++ b/bluetooth/serialhcibus/bluetooth-serialhcibus.yml @@ -3,8 +3,10 @@ sample: - name: Bluetooth Serial HCI Bus Driver description: Demonstrates how to implement a basic bus driver to support the new Bluetooth Extensibility transport DDIs over the UART transport. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /bluetooth/serialhcibus/serialhcibus.sln |
