Skip to content

Commit

Permalink
Changed nuget package test to be called after each language generator…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
Hovsep Mkrtchyan committed May 20, 2016
1 parent 9c26eea commit 630ea05
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,16 +650,15 @@ gulp.task('test:nugetPackages:xunit', ['test:nugetPackages:build'], function(){

gulp.task('test:nugetPackages:npm', ['test:nugetPackages:generate'], shell.task('npm test', {cwd: nugetTestProjDir, verbosity: 3}))

gulp.task('test:nugetPackages', ['test:nugetPackages:npm', 'test:nugetPackages:xunit']);

gulp.task('test', function(cb){
if (isWindows) {
runSequence(
'test:xunit',
'test:clientruntime',
'test:nugetPackages',
'test:nugetPackages:xunit',
'test:node',
'test:node:azure',
'test:nugetPackages:npm',
'test:ruby',
'test:ruby:azure',
'test:java',
Expand Down

0 comments on commit 630ea05

Please sign in to comment.