Skip to content

Commit

Permalink
Fix problem with solution name
Browse files Browse the repository at this point in the history
By default `dotnet build` checks solutions only in current directory.
  • Loading branch information
OlegRa authored Nov 23, 2019
1 parent c47c677 commit b63ba66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
with:
dotnet-version: 2.2.108
- name: Build with dotnet
run: dotnet build --configuration Release
run: dotnet build --configuration Release ILovePDF\ILovePDF.sln

0 comments on commit b63ba66

Please sign in to comment.