diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 590fece..d45fba7 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -20,4 +20,4 @@ jobs: run: nuget restore TextToSpeech.sln - name: Build the solution - run: msbuild TextToSpeech.sln /p:Configuration=Release \ No newline at end of file + run: msbuild TextToSpeech/TextToSpeech.csproj /p:Configuration=Release \ No newline at end of file diff --git a/.github/workflows/build-on-push.yml b/.github/workflows/build-on-push.yml index b5b79eb..fd8ab0e 100644 --- a/.github/workflows/build-on-push.yml +++ b/.github/workflows/build-on-push.yml @@ -20,4 +20,4 @@ jobs: run: nuget restore TextToSpeech.sln - name: Build the solution - run: msbuild TextToSpeech.sln /p:Configuration=Release + run: msbuild TextToSpeech/TextToSpeech.csproj /p:Configuration=Release diff --git a/TextToSpeechInstaller/TextToSpeechInstaller.wixproj.user b/TextToSpeechInstaller/TextToSpeechInstaller.wixproj.user new file mode 100644 index 0000000..9b86104 --- /dev/null +++ b/TextToSpeechInstaller/TextToSpeechInstaller.wixproj.user @@ -0,0 +1,6 @@ + + + + ShowAllFiles + + \ No newline at end of file