Skip to content

Commit

Permalink
Create TestSDK.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HarithaVattikuti authored Jan 27, 2025
1 parent 4d5cef2 commit 16e13ff
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/TestSDK.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Test SDK

on:
workflow_dispatch:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest,ubuntu-22.04, ubuntu-20.04, windows-latest, windows-2019, macos-13, macos-latest]

steps:
- uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.101"

0 comments on commit 16e13ff

Please sign in to comment.