diff --git a/gulpfile.coffee b/gulpfile.coffee index d562ccc..d8152f0 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -9,9 +9,9 @@ configuration = if args.debug then 'Debug' else 'Release' gulp.task 'default', ['check-await', 'test'] gulp.task 'build', ['restore'], -> - dotnet.build configuration, ['Clean', 'Build'] + dotnet.build configuration, ['Clean', 'Build'], toolsVersion: 14.0 -gulp.task 'clean', -> dotnet.build configuration, ['Clean'] +gulp.task 'clean', -> dotnet.build configuration, ['Clean'], toolsVersion: 14.0 gulp.task 'test', -> dotnet.test [ "tests/Caching.Tests/bin/#{configuration}/Vtex.Caching.Tests.dll" diff --git a/package.json b/package.json index b83d18b..465042d 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ }, "devDependencies": { "coffee-script": "^1.9.2", - "gulp": "3.8.11", - "gulp-dotnet-utils": "^0.1.4", + "gulp": "3.9.0", + "gulp-dotnet-utils": "^0.3.0", "yargs": "^3.9.1" } } \ No newline at end of file diff --git a/src/Caching/Caching.csproj b/src/Caching/Caching.csproj index 9f7e30a..0e88c2c 100644 --- a/src/Caching/Caching.csproj +++ b/src/Caching/Caching.csproj @@ -1,5 +1,5 @@  - + Debug diff --git a/tests/Caching.Tests/Caching.Tests.csproj b/tests/Caching.Tests/Caching.Tests.csproj index 0b0504e..8b15681 100644 --- a/tests/Caching.Tests/Caching.Tests.csproj +++ b/tests/Caching.Tests/Caching.Tests.csproj @@ -1,5 +1,5 @@  - + Debug