Skip to content

Commit

Permalink
Fix build break on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Feb 27, 2017
1 parent 53405ea commit fbc8e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tasks/DotNetCoreCLI/dotnetcore.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tl = require("vsts-task-lib/task");
import path = require("path");
import fs = require("fs");
import nutil = require("nuget-task-common/utility");
import nutil = require("nuget-task-common/Utility");
var archiver = require('archiver');

export class dotNetExe {
Expand Down

0 comments on commit fbc8e07

Please sign in to comment.