From 644f5a1f48fe443fe5a1bfe91c0fad2e8379d4e0 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Fri, 8 Nov 2019 09:39:39 +0100 Subject: [PATCH] Update pinned sdk (#610) Update pinned sdk --- build.yml | 2 +- eng/azure-pipelines-nightly.yml | 2 +- global.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.yml b/build.yml index c153289..0d75ad0 100644 --- a/build.yml +++ b/build.yml @@ -1,7 +1,7 @@ steps: - task: UseDotNet@2 inputs: - version: 2.2.401 + version: 2.2.402 displayName: Install .NET Core SDK - script: dotnet restore diff --git a/eng/azure-pipelines-nightly.yml b/eng/azure-pipelines-nightly.yml index 65ce002..dbc8a6c 100644 --- a/eng/azure-pipelines-nightly.yml +++ b/eng/azure-pipelines-nightly.yml @@ -3,7 +3,7 @@ pool: steps: - task: UseDotNet@2 inputs: - version: 2.2.401 + version: 2.2.402 - powershell: .\eng\nightly.ps1 -apiKey $env:APIKEY -source $env:SOURCE ignoreLASTEXITCODE: true diff --git a/global.json b/global.json index fff9c9c..323ede7 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "2.2.401" + "version": "2.2.402" } } \ No newline at end of file