Skip to content

Commit

Permalink
using tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakmsft committed Sep 6, 2024
1 parent 2d1a636 commit 0437ec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Agent.Sdk/Util/PsModulePathUtil.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Microsoft.TeamFoundation.Common;
using Microsoft.IdentityModel.Tokens;
using System;
using System.IO;
using System.Linq;
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Worker/TestResults/ResultsCommandExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Linq;
using System.Threading.Tasks;
using System.Xml;
using Microsoft.TeamFoundation.Common;
using Microsoft.IdentityModel.Tokens;
using Microsoft.TeamFoundation.DistributedTask.WebApi;
using Microsoft.TeamFoundation.TestClient.PublishTestResults;
using Microsoft.TeamFoundation.TestManagement.WebApi;
Expand Down
2 changes: 1 addition & 1 deletion src/Agent.Worker/TestResults/TestDataPublisher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System.Threading.Tasks;
using Microsoft.VisualStudio.Services.Agent.Worker.TestResults.Utils;
using ITestResultsServer = Microsoft.VisualStudio.Services.Agent.Worker.LegacyTestResults.ITestResultsServer;
using Microsoft.TeamFoundation.Common;
using Microsoft.IdentityModel.Tokens;

namespace Microsoft.VisualStudio.Services.Agent.Worker.TestResults
{
Expand Down

0 comments on commit 0437ec2

Please sign in to comment.