Add functionality to the Crypto Module to create P12 certs containing… #508
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Verify App Changes' | |
on: | |
pull_request: | |
branches: [ 'main', 'releases/*'] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
jobs: | |
VerifyAppChanges: | |
runs-on: windows-latest | |
name: Verify App Changes | |
steps: | |
- name: checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
ref: ${{ github.sha }} | |
- uses: microsoft/BCApps/.github/actions/TestPreprocessorSymbols@main |