Skip to content

CI

CI #24029

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\v1.0
.\launch.ps1 > ..\..\defconfig
- run: |
git add defconfig
git commit --message "Update to the latest Microsoft Teams builds"
git push
- run: |
git add .github\ci\v1.0
git commit --message "Update to the latest CI files"
git push
- run: |
cd ".\tools\v1.0 + v2.0"
.\launch.ps1 > ..\..\defconfig2
- run: |
git add defconfig2
git commit --message "Update to the latest Microsoft Teams builds"
git push