From 868b5648ff9ef62583a87a36350058d92955d3d2 Mon Sep 17 00:00:00 2001 From: Satu Bailey Date: Thu, 18 Jun 2020 15:12:47 -0700 Subject: [PATCH] Update cred provider version to 0.1.24 --- Tasks/NuGetAuthenticateV0/make.json | 2 +- Tasks/NuGetAuthenticateV0/task.json | 2 +- Tasks/NuGetAuthenticateV0/task.loc.json | 2 +- Tasks/NuGetCommandV2/make.json | 2 +- Tasks/NuGetCommandV2/task.json | 4 ++-- Tasks/NuGetCommandV2/task.loc.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Tasks/NuGetAuthenticateV0/make.json b/Tasks/NuGetAuthenticateV0/make.json index 92745d42c102..15dbea441139 100644 --- a/Tasks/NuGetAuthenticateV0/make.json +++ b/Tasks/NuGetAuthenticateV0/make.json @@ -17,7 +17,7 @@ "externals": { "archivePackages": [ { - "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.23/c.zip", + "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.24/c.zip", "dest": "./CredentialProviderV2/" } ] diff --git a/Tasks/NuGetAuthenticateV0/task.json b/Tasks/NuGetAuthenticateV0/task.json index 97d18c4259a0..e792a5b15e1a 100644 --- a/Tasks/NuGetAuthenticateV0/task.json +++ b/Tasks/NuGetAuthenticateV0/task.json @@ -13,7 +13,7 @@ ], "version": { "Major": 0, - "Minor": 171, + "Minor": 172, "Patch": 0 }, "minimumAgentVersion": "2.120.0", diff --git a/Tasks/NuGetAuthenticateV0/task.loc.json b/Tasks/NuGetAuthenticateV0/task.loc.json index 2cefd8fda7b9..5c6f7a0f6c2f 100644 --- a/Tasks/NuGetAuthenticateV0/task.loc.json +++ b/Tasks/NuGetAuthenticateV0/task.loc.json @@ -13,7 +13,7 @@ ], "version": { "Major": 0, - "Minor": 171, + "Minor": 172, "Patch": 0 }, "minimumAgentVersion": "2.120.0", diff --git a/Tasks/NuGetCommandV2/make.json b/Tasks/NuGetCommandV2/make.json index 25125299c0f9..752354fb366e 100644 --- a/Tasks/NuGetCommandV2/make.json +++ b/Tasks/NuGetCommandV2/make.json @@ -52,7 +52,7 @@ "dest": "./CredentialProvider/" }, { - "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.23/c.zip", + "url": "https://vstsagenttools.blob.core.windows.net/tools/NuGetCredProvider/0.1.24/c.zip", "dest": "./CredentialProviderV2/" } ] diff --git a/Tasks/NuGetCommandV2/task.json b/Tasks/NuGetCommandV2/task.json index ebe6cd9b8723..746653c2c2fd 100644 --- a/Tasks/NuGetCommandV2/task.json +++ b/Tasks/NuGetCommandV2/task.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 171, - "Patch": 1 + "Minor": 172, + "Patch": 0 }, "runsOn": [ "Agent", diff --git a/Tasks/NuGetCommandV2/task.loc.json b/Tasks/NuGetCommandV2/task.loc.json index a3be7c91a3e2..ff623ff71acb 100644 --- a/Tasks/NuGetCommandV2/task.loc.json +++ b/Tasks/NuGetCommandV2/task.loc.json @@ -9,8 +9,8 @@ "author": "Microsoft Corporation", "version": { "Major": 2, - "Minor": 171, - "Patch": 1 + "Minor": 172, + "Patch": 0 }, "runsOn": [ "Agent",