From 9074b9cccd4dcdd0cd9a199f003aba7a104999d9 Mon Sep 17 00:00:00 2001 From: jawwadmukhtargmail <46029080+jawwadmukhtargmail@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:56:20 +0100 Subject: [PATCH 1/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5e7583456..a2a508688 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,7 +28,11 @@ steps: displayName: NuGet install inputs: checkLatest: true - + +- task: UseDotNet@2 + displayName: Install Correct Version of .NET + inputs: + version: 3.1.0 - task: DotNetCoreCLI@2 displayName: NuGet pack inputs: From 74f6ef1ed700e221defa05509c8f00f6389e8d41 Mon Sep 17 00:00:00 2001 From: jawwadmukhtargmail <46029080+jawwadmukhtargmail@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:58:39 +0100 Subject: [PATCH 2/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a2a508688..9f651075a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,11 @@ pool: vmImage: 'windows-latest' steps: + +- task: UseDotNet@2 + displayName: Install Correct Version of .NET + inputs: + version: 3.1.0 - task: DotNetCoreCLI@2 displayName: DotNetCore build inputs: @@ -29,10 +34,6 @@ steps: inputs: checkLatest: true -- task: UseDotNet@2 - displayName: Install Correct Version of .NET - inputs: - version: 3.1.0 - task: DotNetCoreCLI@2 displayName: NuGet pack inputs: From 594c19ce739ae38fe30630ab837a24b8777cc940 Mon Sep 17 00:00:00 2001 From: jawwadmukhtargmail <46029080+jawwadmukhtargmail@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:44:32 +0100 Subject: [PATCH 3/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9f651075a..5a8a98efa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: - task: UseDotNet@2 displayName: Install Correct Version of .NET inputs: - version: 3.1.0 + version: 3.0.0 - task: DotNetCoreCLI@2 displayName: DotNetCore build inputs: From 61240c0f9767c3e9667da0a25fc2edfc72bb2e86 Mon Sep 17 00:00:00 2001 From: jawwadmukhtargmail <46029080+jawwadmukhtargmail@users.noreply.github.com> Date: Wed, 19 Jul 2023 10:46:47 +0100 Subject: [PATCH 4/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a8a98efa..104e735e6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,7 @@ steps: - task: UseDotNet@2 displayName: Install Correct Version of .NET inputs: - version: 3.0.0 + version: 2.221.0 - task: DotNetCoreCLI@2 displayName: DotNetCore build inputs: From 3ed52d909b9737a0ee8208a9a3b9e8690590e2ea Mon Sep 17 00:00:00 2001 From: jawwadmukhtargmail <46029080+jawwadmukhtargmail@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:14:26 +0100 Subject: [PATCH 5/5] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 104e735e6..494586a4b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,10 +13,14 @@ pool: steps: -- task: UseDotNet@2 - displayName: Install Correct Version of .NET +- task: UseDotNet@2 + displayName: 'Install .NET Core SDK' inputs: - version: 2.221.0 + version: 3.x + performMultiLevelLookup: true + includePreviewVersions: true # Required for preview versions + + - task: DotNetCoreCLI@2 displayName: DotNetCore build inputs: