Skip to content

Commit b1bfea6

Browse files
committed
Build script use tools v14
1 parent 3cc7f34 commit b1bfea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gulp.task('assemblyInfo', function() {
4747
gulp.task('build', ['assemblyInfo'], function() {
4848
return gulp.src('./Map.csproj')
4949
.pipe(msbuild({
50-
toolsVersion: 12.0,
50+
toolsVersion: 14.0,
5151
targets: ['Clean', 'Build'],
5252
errorOnFail: true,
5353
stdout: true,

0 commit comments

Comments
 (0)