We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0252379 commit c014917Copy full SHA for c014917
src/GitVersionTfsTask/GitVersion.ts
@@ -23,7 +23,7 @@ export class GitVersionTask {
23
constructor() {
24
this.preferBundledVersion = tl.getBoolInput('preferBundledVersion') || true;
25
this.configFilePathSupplied = tl.filePathSupplied('configFilePath');
26
- this.configFilePath = tl.getPathInput('configFilePath');
+ this.configFilePath = tl.getPathInput('configFilePath', false, true);
27
this.updateAssemblyInfo = tl.getBoolInput('updateAssemblyInfo');
28
29
this.updateAssemblyInfoFilename = tl.getInput('updateAssemblyInfoFilename');
0 commit comments