Skip to content

Bugfix/change during speech #4

Bugfix/change during speech

Bugfix/change during speech #4

Workflow file for this run

name: Build Check
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up MSBuild
uses: microsoft/[email protected]
- name: Restore NuGet packages
run: nuget restore TextToSpeech.sln
- name: Build the solution
run: msbuild TextToSpeech.sln /p:Configuration=Release