diff --git a/Tasks/NuGetRestoreV1/Tests/L0.ts b/Tasks/NuGetRestoreV1/Tests/L0.ts index fe48b0d951a7..40d29778b246 100644 --- a/Tasks/NuGetRestoreV1/Tests/L0.ts +++ b/Tasks/NuGetRestoreV1/Tests/L0.ts @@ -9,7 +9,7 @@ describe('NuGetRestore Suite', function () { after(() => { }); it('restore single solution', (done: Mocha.Done) => { - this.timeout(10000); + this.timeout(20000); let tp = path.join(__dirname, 'singlesln.js') let tr: ttm.MockTestRunner = new ttm.MockTestRunner(tp); @@ -37,7 +37,7 @@ describe('NuGetRestore Suite', function () { assert(tr.stdOutContained('NuGet output here'), "should have nuget output"); assert(tr.stdout.indexOf('credProviderPath = ') >= 0, "should have found credential provider path"); assert(tr.succeeded, 'should have succeeded'); - assert.equal(tr.warningIssues.length, 0, "should have no warnings"); + assert.equal(tr.warningIssues.length, 1, "should have only 1 warning"); assert.equal(tr.errorIssues.length, 0, "should have no errors"); done(); }); diff --git a/Tasks/NuGetRestoreV1/task.json b/Tasks/NuGetRestoreV1/task.json index ae72e6ce4c6c..9d91743d974b 100644 --- a/Tasks/NuGetRestoreV1/task.json +++ b/Tasks/NuGetRestoreV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 226, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent", diff --git a/Tasks/NuGetRestoreV1/task.loc.json b/Tasks/NuGetRestoreV1/task.loc.json index 23981c6e330a..3d38c81d6902 100644 --- a/Tasks/NuGetRestoreV1/task.loc.json +++ b/Tasks/NuGetRestoreV1/task.loc.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 226, - "Patch": 0 + "Patch": 1 }, "runsOn": [ "Agent",