Skip to content

Wrapped cloud events when pulled and added delegates to handle event lifetime #208

Wrapped cloud events when pulled and added delegates to handle event lifetime

Wrapped cloud events when pulled and added delegates to handle event lifetime #208

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore: ["*.md"]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
- run: ./Build.ps1
shell: pwsh