From d19916e491d0432a35f5c9922fea931898360abf Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 4 Mar 2019 13:59:02 -0800 Subject: [PATCH] reverse build changes --- azure-pipelines.yml | 12 ++++++------ global.json | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b482d6..08b114d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,9 +16,9 @@ variables: BuildConfiguration: 'Release' steps: -#- task: DotNetCoreInstaller@0 -# inputs: -# version: '3.0.100-preview-010184' +- task: DotNetCoreInstaller@0 + inputs: + version: '3.0.100-preview-009812' - task: NuGetToolInstaller@0 displayName: Use NuGet 4.9.3 @@ -27,9 +27,9 @@ steps: - task: NuGetCommand@2 displayName: 'NuGet restore' -# inputs: -# feedsToUse: config -# nugetConfigPath: NuGet.config + inputs: + feedsToUse: config + nugetConfigPath: NuGet.config - task: MSBuild@1 displayName: Build Prism.Plugin.Popups diff --git a/global.json b/global.json index f438600..3f349a6 100644 --- a/global.json +++ b/global.json @@ -1,4 +1,7 @@ { + "sdk": { + "version": "3.0.100-preview" + }, "msbuild-sdks": { "MSBuild.Sdk.Extras": "1.6.65" }