Skip to content

Commit

Permalink
ft: try and fix the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bolorundurowb committed Aug 5, 2024
1 parent 6147b93 commit a40a254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:

- name: Restore dependencies
run: |
dotnet restore ./src/dotnetANPR/DotNetANPR.csproj
dotnet restore ./src/dotnetANPR.CLI/DotNetANPR.CLI.csproj
dotnet restore ./src/dotnetANPR.sln
- name: Build
run: dotnet build --configuration Release
4 changes: 2 additions & 2 deletions src/dotnetANPR.sln
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetANPR", "DotNetANPR\DotNetANPR.csproj", "{303E73C3-20A9-437D-8868-33FAFF3DB67A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetANPR", "dotnetANPR\DotNetANPR.csproj", "{303E73C3-20A9-437D-8868-33FAFF3DB67A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetANPR.CLI", "DotNetANPR.CLI\DotNetANPR.CLI.csproj", "{C4F084C3-7757-4846-8BF9-B8BE86AE98DF}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNetANPR.CLI", "dotnetANPR.CLI\DotNetANPR.CLI.csproj", "{C4F084C3-7757-4846-8BF9-B8BE86AE98DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit a40a254

Please sign in to comment.