Skip to content

Commit 1a28e70

Browse files
feat: time stamp (#492)
# Pull Request ## Issue Issue #, if available: ## Description Description of changes: ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent 23af6b6 commit 1a28e70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ALZ/Public/Deploy-Accelerator.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ function Deploy-Accelerator {
340340
Value = ($starterReleaseTag -eq "local" ? $inputConfig.starter_module_version.Value : $starterReleaseTag)
341341
Source = "calculated"
342342
}
343+
$inputConfig | Add-Member -MemberType NoteProperty -Name "time_stamp" -Value @{
344+
Value = (Get-Date).ToString("yyyy-MM-dd-HH-mm-ss")
345+
Source = "calculated"
346+
}
343347

344348
# Run the bootstrap
345349
$bootstrapTargetPath = Join-Path $inputConfig.output_folder_path.Value $bootstrapTargetFolder

0 commit comments

Comments
 (0)