Skip to content

[ODS-6478] v6.2-patch1 Release #1607

[ODS-6478] v6.2-patch1 Release

[ODS-6478] v6.2-patch1 Release #1607

name: Lib EdFi.Common Pull request build and test
on:
workflow_dispatch:
pull_request:
branches: [main-6x, 'b-v*-patch*','feature-*']
env:
INFORMATIONAL_VERSION: "6.2"
CONFIGURATION: "Release"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: build
run: |
.\build.githubactions.ps1 build -Configuration ${{ env.CONFIGURATION }} -InformationalVersion ${{ env.INFORMATIONAL_VERSION}} -BuildCounter ${{ github.run_number }} -Solution "Application/EdFi.Common/EdFi.Common.sln" -ProjectFile "Application/EdFi.Common/EdFi.Common.csproj"
shell: pwsh
- name: Run Unit tests
run: |
.\build.githubactions.ps1 test -Configuration ${{ env.CONFIGURATION }} -Solution "Application/EdFi.Common/EdFi.Common.sln" -ProjectFile "Application/EdFi.Common/EdFi.Common.csproj"
shell: pwsh