Skip to content

Merge pull request #6 from bigboybamo/feature/Speech_Volume_Speed #7

Merge pull request #6 from bigboybamo/feature/Speech_Volume_Speed

Merge pull request #6 from bigboybamo/feature/Speech_Volume_Speed #7

Workflow file for this run

name: Build on Push to Main
on:
push:
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