diff options
| author | Adonais Romero González <[email protected]> | 2023-06-12 17:26:49 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-12 17:26:49 -0700 |
| commit | 5ece081af0a34c3cfd4ed2f7e0870b78036ed311 (patch) | |
| tree | e90720ebe3f0878221fe2ca797911a5dcb4c83f8 /exclusions.csv | |
| parent | d7e054c83e0f56af4fed7dfedeb99123d2c36938 (diff) | |
[general/DCHU] Fix toolset, target version and signing errors (#994)
* Set WindowsTargetPlatformVersion to target latest one instead of a fixed version
* Set PlatformToolset to target latest one instead of a fixed version
* Set FileDigestAlgorithm to clear errors caused by a digest algorithm not being specified
* Removed exception for general\dchu\osrfx2_dchu_base; sample now builds successfully
Diffstat (limited to 'exclusions.csv')
| -rw-r--r-- | exclusions.csv | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exclusions.csv b/exclusions.csv index 83e5a880..2d977973 100644 --- a/exclusions.csv +++ b/exclusions.csv @@ -1,7 +1,6 @@ Path,Reason -general\dchu\osrfx2_dchu_base,Wrong Toolset - needs migration general\dchu\osrfx2_dchu_extension_loose,Needs fix for project not found -general\dchu\osrfx2_dchu_extension_tight,Wrong Toolset - needs migration +general\dchu\osrfx2_dchu_extension_tight,InfVerif error 1144: Device software with SoftwareType 1 may not execute on all product types general\winhec 2017 lab\toaster driver,Needs input from end user general\winhec 2017 lab\toaster support app,Needs input from end user network\trans\wfpsampler,Missing INF section; missing libs |
