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 /thermal | |
| 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 'thermal')
| -rw-r--r-- | thermal/simsensor/thermal-simsensor.yml (renamed from thermal/simsensor/thermal-simsensor.yaml) | 2 | ||||
| -rw-r--r-- | thermal/thermalclient/thermal-thermalclient.yml (renamed from thermal/thermalclient/thermal-thermalclient.yaml) | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/thermal/simsensor/thermal-simsensor.yaml b/thermal/simsensor/thermal-simsensor.yml index d02d1d57..085e4db6 100644 --- a/thermal/simsensor/thermal-simsensor.yaml +++ b/thermal/simsensor/thermal-simsensor.yml @@ -3,8 +3,10 @@ sample: - name: SimSensor - Simulated Temperature Sensor Sample Driver description: Demonstrates a simulated temperature sensor device. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /thermal/simsensor/simsensor.sln diff --git a/thermal/thermalclient/thermal-thermalclient.yaml b/thermal/thermalclient/thermal-thermalclient.yml index c295593b..1c0f955b 100644 --- a/thermal/thermalclient/thermal-thermalclient.yaml +++ b/thermal/thermalclient/thermal-thermalclient.yml @@ -3,8 +3,10 @@ sample: - name: SimThermalClient - Simulated Thermal Client Sample Driver description: Simulates a device that is a Windows thermal management client. generateZip: true + preserveParentHierarchy: true author: windows-driver-samples languages: - cpp technologies: - windows + vssolution: /thermal/thermalclient/thermalclient.sln |
