Skip to content

Commit

Permalink
add nuget restore to dotnet framework
Browse files Browse the repository at this point in the history
  • Loading branch information
yizshi committed Dec 6, 2022
1 parent eca3cda commit 055f405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Set up VSTest
uses: darenm/Setup-VSTest@v1

- name: Install dependencies
run: nuget restore

- name: Build DuoApiTest solution
run: msbuild.exe duo_api_csharp.sln

Expand Down

0 comments on commit 055f405

Please sign in to comment.