Skip to content

Commit

Permalink
update build actionx8
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboybamo committed Nov 30, 2024
1 parent a6b3629 commit 8d8885a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions TextToSpeechInstaller/TextToSpeechInstaller.wixproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
</PropertyGroup>
</Project>

0 comments on commit 8d8885a

Please sign in to comment.