From 81da9dadd07cb07785805860066a39c9d76a1e5e Mon Sep 17 00:00:00 2001 From: Dan Siegel Date: Mon, 11 Nov 2019 07:18:17 -0800 Subject: [PATCH] updating build parameters --- Directory.build.props | 4 ++-- azure-pipelines.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Directory.build.props b/Directory.build.props index 71cfc68..489e513 100644 --- a/Directory.build.props +++ b/Directory.build.props @@ -3,7 +3,7 @@ $(AssemblyName) ($(TargetFramework)) - Dan Siegel + dansiegel AvantiPoint © Dan Siegel. All rights reserved. 7.2.0 @@ -17,7 +17,7 @@ https://raw.githubusercontent.com/dansiegel/Prism.Plugin.Popups/master/LICENSE prism popups xamarin.forms - Prism 7.2 support - +- Updates Rg.Plugins.Popup diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a83c9a5..fa25ec3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,11 +19,11 @@ pr: - .editorconfig - .gitignore -name: 2.4.0.$(Build.BuildId) +name: 7.2.0.$(Build.BuildId) variables: - name: VMImage - value: 'windows-2019' + value: 'windows-latest' - name: BuildPlatform value: 'Any CPU' - name: BuildConfiguration @@ -37,7 +37,7 @@ stages: displayName: Build NuGet Packages jobs: - job: buildJob - displayName: Build Prism.Plugin.Logging + displayName: Build Prism.Plugin.Popups pool: vmImage: $(VMImage) demands: @@ -45,12 +45,12 @@ stages: steps: - task: DotNetCoreInstaller@0 inputs: - version: '3.0.100-preview7-012821' + version: '3.0.100' - task: NuGetToolInstaller@0 - displayName: Use NuGet 5.1.0 + displayName: Use NuGet 5.3.1 inputs: - versionSpec: 5.1.0 + versionSpec: 5.3.1 - task: NuGetCommand@2 displayName: 'NuGet restore' @@ -152,7 +152,7 @@ stages: exit 1 } displayName: Process Artifacts for Deployment - - task: GithubRelease@0 + - task: GithubRelease@0 displayName: 'Create GitHub Release' inputs: gitHubConnection: GitHub