Skip to content

Commit

Permalink
wrong metadata supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 15, 2021
1 parent ad9460f commit f42a6c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ pr:
variables:
- group: 'External Resources'
- name: v
value: '4.16.0'
value: '4.16.1'
- name: av
value: '4.0.0'
- name: pv
value: '4.16.0'
value: '4.16.1'

steps:

Expand All @@ -39,13 +39,13 @@ steps:
inputs:
command: test
projects: src/Config.Net.Tests
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:PackageLicenseUrl="https://github.com/aloneguid/config/blob/master/LICENSE" /p:Authors="Ivan Gavryliuk (@aloneguid)" /p:PackageIconUrl="http://i.isolineltd.com/nuget/config.net.png"'
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"'

- task: DotNetCoreCLI@2
displayName: 'build all'
inputs:
projects: src/Config.Net.sln
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:PackageLicenseUrl="https://github.com/aloneguid/config/blob/master/LICENSE" /p:Authors="Ivan Gavryliuk (@aloneguid)" /p:PackageIconUrl="http://i.isolineltd.com/nuget/config.net.png"'
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"'



Expand Down

0 comments on commit f42a6c0

Please sign in to comment.