0.0.14 • Published 7 years ago

gulp-dotnet-stream v0.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

gulp-dotnet-stream

A module to use the dotnet command in a gulp file with streams.

var gulp = require('gulp');
var dotnet = require('gulp-dotnet-stream');
gulp.task('build',function(){
    gulp.src('path\to\my\project.json')
    .pipe(dotnet.build({'-f':'net461'}));
});

Supported Commands

  • dotnet build
  • dotnet restore
  • dotnet run
  • dotnet test
  • dotnet pack
  • dotnet publish
  • dotnet clean
0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago