Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "5.20.4",
"commands": [
"fake"
]
}
}
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ tfx/SetPaketCredentialProvider/
tfx/README.md

/.vs
_build
_build

.ionide/
4 changes: 2 additions & 2 deletions Common/fake5.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

import * as path from "path";
import * as fs from "fs";
import * as tl from "vsts-task-lib";
import * as tl from "azure-pipelines-task-lib";
import * as semver from "semver";
import * as rm from 'typed-rest-client';
import * as toolLib from 'vsts-task-tool-lib/tool';
import * as toolLib from 'azure-pipelines-tool-lib/tool';
import * as ghTyped from "./githubTyped";
import * as vault from "./myvault";
import { isNullOrUndefined } from "util";
Expand Down
280 changes: 223 additions & 57 deletions Common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading