Skip to content

Configure OTEL export to Alloy collector in k8s #84

Configure OTEL export to Alloy collector in k8s

Configure OTEL export to Alloy collector in k8s #84

Workflow file for this run

name: CI Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '10.0.x'
- name: Restore dependencies
run: dotnet restore calendar-mcp.slnx
- name: Build solution
run: dotnet build calendar-mcp.slnx --configuration Release --no-restore