Skip to content

Commit

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

- name: Restore dependencies
run: |
cd ./src/
dotnet restore
dotnet restore ./src/dotnetANPR/DotNetANPR.csproj
dotnet restore ./src/dotnetANPR.CLI/DotNetANPR.CLI.csproj
- name: Build
run: |
cd ./src/
dotnet build --configuration Release
run: dotnet build --configuration Release

0 comments on commit 6147b93

Please sign in to comment.