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

Commit

Permalink
🔧 Fixed Assembly information.
Browse files Browse the repository at this point in the history
- Also 🥷 removed obsolete CI/CD task.
  • Loading branch information
PureKrome committed May 6, 2019
1 parent 94b38e5 commit 8b44d12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ steps:
displayName: 'Update assembly version to be the Tag value.'
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))

# Remove this task once .NET Core 2.2 is added to hosted agent.
- task: DotNetCoreInstaller@0
inputs:
packageType: 'sdk'
version: '2.2.100'

- script: dotnet build --configuration $(buildConfiguration) -p:Version=$(assemblyVersion)
displayName: 'dotnet build'

Expand Down
2 changes: 1 addition & 1 deletion src/Homely.Storage.Queues/Homely.Storage.Queues.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>/~https://github.com/Homely/Homely/blob/master/LICENSE.txt</PackageProjectUrl>
<PackageIconUrl>https://i.imgur.com/PnxWhuz.jpg</PackageIconUrl>
<RepositoryUrl>/~https://github.com/Homely/Homely.AspNetCore.Mvc.Helpers</RepositoryUrl>
<RepositoryUrl>/~https://github.com/Homely/Homely.Storage.Queues</RepositoryUrl>
<RepositoryType>.net c# .net-core</RepositoryType>
<PackageTags>homely azure storage queue queues</PackageTags>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 8b44d12

Please sign in to comment.