Skip to content

Commit

Permalink
metadata fix for .net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 15, 2021
1 parent f42a6c0 commit 31d5b0a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 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.1'
value: '4.16.2'
- name: av
value: '4.0.0'
- name: pv
value: '4.16.1'
value: '4.16.2'

steps:

Expand All @@ -38,14 +38,16 @@ steps:
displayName: 'unit tests'
inputs:
command: test
projects: src/Config.Net.Tests
projects: Config.Net.Tests
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"'
workingDirectory: 'src'

- task: DotNetCoreCLI@2
displayName: 'build all'
inputs:
projects: src/Config.Net.sln
projects: Config.Net.sln
arguments: '-c release /p:Version=$(pv) /p:FileVersion=$(v) /p:AssemblyVersion=$(av) /p:Authors="Ivan Gavryliuk (@aloneguid)"'
workingDirectory: 'src'



Expand Down

0 comments on commit 31d5b0a

Please sign in to comment.