Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower committed Nov 9, 2020
1 parent a9cbbf3 commit cdafc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
LogLevel: 'verbose'
FailOnWarning: false
DisableTelemetry: true
VersionNumber: "0.0.$(Build.BuildNumber)"
InformationalVersion: "0.0.$(Build.BuildNumber)-$(gitVersion)-$(buildConfiguration)"
VersionNumber: "0.0.$(Build.BuildId)"
InformationalVersion: "0.0.$(Build.BuildId)-$(gitVersion)-$(buildConfiguration)"
- task: CmdLine@2
inputs:
script: 'type $(Build.SourcesDirectory)\NogasmChart\Properties\AssemblyInfo.cs'
Expand Down

0 comments on commit cdafc1a

Please sign in to comment.