Skip to content

Commit

Permalink
🚀 azure docs lie
Browse files Browse the repository at this point in the history
  • Loading branch information
vexx32 committed Mar 12, 2020
1 parent fd68c03 commit 9f99740
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 @@ -14,9 +14,9 @@ pr:

variables:
NupkgArtifactName: 'PSKoans.nupkg'
${{ if eq(variables['System.PullRequest.PullRequestNumber'], Null) }}:
${{ if eq(variables['System.PullRequest.PullRequestNumber'], '') }}:
BuildName: '$(Date:yyyyMMdd) (#$(BuildID)) $(TeamProject) ($(SourceBranchName))'
${{ if ne(variables['System.PullRequest.PullRequestNumber'], Null) }}:
${{ if ne(variables['System.PullRequest.PullRequestNumber'], '') }}:
BuildName: '$(Date:yyyyMMdd) (#$(BuildID)) $(TeamProject) (PR #$(System.PullRequest.PullRequestNumber))'

name: '${{ variables.BuildName }}'
Expand Down

0 comments on commit 9f99740

Please sign in to comment.