Skip to content

Commit 23e0dfc

Browse files
committed
Fixing date as version
1 parent 8abc8c8 commit 23e0dfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.azure-pipelines/msgraph-reference-generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ extends:
194194
RepoName: 'microsoftgraph/typespec-msgraph'
195195
scriptDir: $(Build.SourcesDirectory)\msgraph-metadata\.azure-pipelines\scripts
196196
# Adding date as Version to keep up with the schema sync PRs.
197-
Date: $(Get-Date -Format "yyyy-MM-dd")
197+
Date: $[format('{0:yyyy-MM-dd}', pipeline.startTime)]
198198
workingDirectory: '$(Build.SourcesDirectory)/typespec-msgraph'

0 commit comments

Comments
 (0)