You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(tr.invokedToolCount==1,'should have run NuGet once');
179
-
assert(tr.ran('c:\\from\\tool\\installer\\nuget.exe restore c:\\agent\\home\\directory\\packages.config -NonInteractive -ConfigFile c:\\agent\\home\\directory\\tempNuGet_.config'),'it should have run NuGet with nuget.org source');
180
-
assert(tr.stdOutContained('NuGet output here'),"should have nuget output");
181
-
assert(tr.succeeded,'should have succeeded with issues');
182
-
assert.equal(tr.errorIssues.length,0,"should have no errors");
0 commit comments