Skip to content

Commit

Permalink
Fix unit test run error on UWP by not running them
Browse files Browse the repository at this point in the history
  • Loading branch information
dcristoloveanu committed Aug 5, 2016
1 parent 10ea02b commit 7f7232f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/windows_csharp.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ cd %build-root%\tools
call build_dotnet.cmd %*
if errorlevel 1 goto :eof

call build_uwp.cmd %*
call build_uwp.cmd --skip-unittests %*
if errorlevel 1 goto :eof
cd %build-root%

0 comments on commit 7f7232f

Please sign in to comment.