diff options
| -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) |
