Skip to content

Update azure-pipelines-notification.cs #10

Update azure-pipelines-notification.cs

Update azure-pipelines-notification.cs #10

Workflow file for this run

name: default
on:
push:
branches:
- "main"
paths:
- 'build.sh'
- '**/*.cs'
- '.github/workflows/*'
pull_request:
branches:
- "main"
jobs:
build:
name: Running tests on ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: build
run: bash build.sh