diff options
| author | Jakob Lichtenberg (170957) <[email protected]> | 2024-01-22 09:05:28 -0800 |
|---|---|---|
| committer | Jakob Lichtenberg (170957) <[email protected]> | 2024-01-22 09:05:28 -0800 |
| commit | 3a6ee84b6ba1b709905d51f9e110c9d87d72f0ac (patch) | |
| tree | 092f218a68f522cdff4c67538372755de7482342 | |
| parent | 39d4cacae2001f9f8aad5694d82e81deac945189 (diff) | |
Add infverif suppression of 1402 (add missing comment)
| -rw-r--r-- | Build-Sample.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-Sample.ps1 b/Build-Sample.ps1 index caddb294..a7c9deb2 100644 --- a/Build-Sample.ps1 +++ b/Build-Sample.ps1 @@ -145,7 +145,7 @@ Write-Verbose "Building Sample: $SampleName; Configuration: $Configuration; Plat # error 1233: Missing directive CatalogFile required for digital signature - storage\class\disk # error 2083: Section [xxx] not referenced or used - network\trans, storage\msdsm # error 2084: Service binary 'xxx' should reference a CopyFiles destination file - network\trans, wpd\wpdservicesampledriver -# errors 1324, 1420, 1421 will be excluded in main branch only until the fixes are merged. +# errors 1324, 1420, 1421, 1402 will be excluded in main branch only until the fixes are merged. # error 2086 will be excluded until the WDK used in GitHub is updated. msbuild $solutionFile -clp:Verbosity=m -t:clean,build -property:Configuration=$Configuration -property:Platform=$Platform -p:TargetVersion=Windows10 -p:InfVerif_AdditionalOptions="/samples /msft /sw1144 /sw1199 /sw1205 /sw1233 /sw1324 /sw1420 /sw1421 /sw2083 /sw2084 /sw2086 /sw1402" -p:SignToolWS=/fdws -p:DriverCFlagAddOn=/wd4996 -warnaserror -flp1:errorsonly`;logfile=$errorLogFilePath -flp2:WarningsOnly`;logfile=$warnLogFilePath -noLogo > $OutLogFilePath if ($env:WDS_WipeOutputs -ne $null) |
