We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99740 commit da49dceCopy full SHA for da49dce
azure-pipelines.yml
@@ -15,9 +15,9 @@ pr:
15
variables:
16
NupkgArtifactName: 'PSKoans.nupkg'
17
${{ if eq(variables['System.PullRequest.PullRequestNumber'], '') }}:
18
- BuildName: '$(Date:yyyyMMdd) (#$(BuildID)) $(TeamProject) ($(SourceBranchName))'
+ BuildName: '$(Date:yyyy-MM-dd) (#$(BuildID)) $(TeamProject) ($(SourceBranchName))'
19
${{ if ne(variables['System.PullRequest.PullRequestNumber'], '') }}:
20
- BuildName: '$(Date:yyyyMMdd) (#$(BuildID)) $(TeamProject) (PR #$(System.PullRequest.PullRequestNumber))'
+ BuildName: '$(Date:yyyy-MM-dd) (#$(BuildID)) $(TeamProject) (PR #$(System.PullRequest.PullRequestNumber))'
21
22
name: '${{ variables.BuildName }}'
23
0 commit comments