Skip to content

deps: bump ts-jest from 29.1.5 to 29.2.5 in /telemetry/vscode in the jest group #2919

deps: bump ts-jest from 29.1.5 to 29.2.5 in /telemetry/vscode in the jest group

deps: bump ts-jest from 29.1.5 to 29.2.5 in /telemetry/vscode in the jest group #2919

Workflow file for this run

name: CI for C# Toolkit Common Telemetry
on:
push:
branches: [main, master]
pull_request:
branches: [main, master, feature/*]
env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_NOLOGO: 1
jobs:
build:
name: Build and Test
runs-on: windows-latest
steps:
- name: Sync Code
uses: actions/checkout@v4
- name: Build
run: |
dotnet build -c Release ./telemetry/csharp/AwsToolkit.Telemetry.sln
- name: Test
run: |
dotnet test -c Release ./telemetry/csharp/AwsToolkit.Telemetry.sln
- name: Build Events NuGet Package
run: |
dotnet msbuild -property:Configuration=Release ./telemetry/csharp/TelemetryPackage.proj