Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Users/abpowell/deprecate nuget restore v1 #18790

Merged
merged 7 commits into from
Aug 8, 2023
Merged
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
4 changes: 2 additions & 2 deletions Tasks/NuGetRestoreV1/Tests/L0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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();
});
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetRestoreV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 226,
"Patch": 0
"Patch": 1
},
"runsOn": [
"Agent",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/NuGetRestoreV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": {
"Major": 1,
"Minor": 226,
"Patch": 0
"Patch": 1
},
"runsOn": [
"Agent",
Expand Down