Skip to content

CI

CI #13893

Workflow file for this run

name: CI
on:
schedule:
- cron: "*/30 * * * *"
workflow_dispatch:
jobs:
build:
runs-on: windows-2022
steps:
- uses: actions/[email protected]
- run: |
git config --local core.autocrlf true
git config --local user.name "Microsoft GitHub User"
git config --local user.email [email protected]
- run: |
cd .\tools
.\launch.ps1 > ..\defconfig
- run: |
git add defconfig
git commit --message "Update to the latest Microsoft 365 builds"
git push