Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
updating build parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Nov 11, 2019
1 parent 527a45a commit 81da9da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Directory.build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<Product>$(AssemblyName) ($(TargetFramework))</Product>
<Authors>Dan Siegel</Authors>
<Authors>dansiegel</Authors>
<Company>AvantiPoint</Company>
<Copyright>© Dan Siegel. All rights reserved.</Copyright>
<VersionPrefix>7.2.0</VersionPrefix>
Expand All @@ -17,7 +17,7 @@
<PackageLicenseUrl>https://raw.githubusercontent.com/dansiegel/Prism.Plugin.Popups/master/LICENSE</PackageLicenseUrl>
<PackageTags>prism popups xamarin.forms</PackageTags>
<PackageReleaseNotes>- Prism 7.2 support
</PackageReleaseNotes>
- Updates Rg.Plugins.Popup</PackageReleaseNotes>
</PropertyGroup>

<!-- CI Helpers -->
Expand Down
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,20 +37,20 @@ stages:
displayName: Build NuGet Packages
jobs:
- job: buildJob
displayName: Build Prism.Plugin.Logging
displayName: Build Prism.Plugin.Popups
pool:
vmImage: $(VMImage)
demands:
- MSBuild
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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81da9da

Please sign in to comment.