Skip to content

Commit

Permalink
Fix broken appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peombwa committed May 21, 2019
1 parent b7cb47f commit a7fe2fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ build:
verbosity: minimal

test:
- cmd: >-
assemblies:
only:
- tests/Microsoft.Graph.Test/bin/Debug/Microsoft.Graph.Test.dll
after_test:
- cmd: >-
cd tests/Microsoft.Graph.DotnetCore.Test
dotnet test
Expand Down

0 comments on commit a7fe2fb

Please sign in to comment.