8000 chore: update packages · cnblogs/semantic-kernel-dashscope@273ef31 · GitHub
[go: up one dir, main page]

Skip to content

chore: update packages #34

chore: update packages

chore: update packages #34

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-test:
runs-on: ubuntu-latest
container: mcr.microsoft.com/dotnet/sdk:8.0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: dotnet build -c Release
- name: Test
run: dotnet test -c Release
0