Skip to content

Commit

Permalink
Sign Drivers for OneBranch Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks committed Jun 16, 2023
1 parent d6cf34e commit b619a2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .azure/obtemplates/run-bvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ jobs:
filePath: scripts/prepare-machine.ps1
arguments: -ForTest

- ${{ if eq(parameters.kernel, true)}}:
- task: PowerShell@2
displayName: Sign Drivers
inputs:
pwsh: true
filePath: scripts/sign.ps1
arguments: -Arch ${{ parameters.arch }} -Config ${{ parameters.config }} -Tls Schannel

- task: PowerShell@2
displayName: Run BVTs
timeoutInMinutes: 60
Expand Down

0 comments on commit b619a2d

Please sign in to comment.