Skip to content

Commit

Permalink
Merge pull request #283 from paillave/V2
Browse files Browse the repository at this point in the history
V2
  • Loading branch information
paillave authored Sep 14, 2021
2 parents 698582b + c418d3f commit c488fa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
with:
dotnet-version: '5.x'
- name: Install dependencies
working-directory: src
run: dotnet restore
- name: Build
working-directory: src
run: dotnet build --configuration Release --no-restore
# - name: Test
# run: dotnet run --project NetLicensingClient-demo

0 comments on commit c488fa9

Please sign in to comment.