Skip to content

Updating DacFx version to 162.5.46-preview (#2424) #157

Updating DacFx version to 162.5.46-preview (#2424)

Updating DacFx version to 162.5.46-preview (#2424) #157

name: CI
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
actions: read
checks: write
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4