Use the CLI version when caching the bundle in telemetry too
This commit is contained in:
parent
33206d299e
commit
0be20e5ce1
6 changed files with 36 additions and 16 deletions
|
|
@ -266,7 +266,7 @@ test("tries to cache an explicitly requested bundle with its CLI version number"
|
|||
);
|
||||
t.assert(releaseApiMock.isDone(), "Releases API should have been called");
|
||||
t.assert(toolcache.find("CodeQL", "2.10.0-20200610"));
|
||||
t.deepEqual(result.toolsVersion, "0.0.0-20200610");
|
||||
t.deepEqual(result.toolsVersion, "2.10.0");
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue