mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-15 23:29:46 +00:00
dd7bf02a97
Add CD&CI pipelines
5 lines
169 B
PowerShell
5 lines
169 B
PowerShell
Write-Host "Retrieving version"
|
|
$filepath = Get-ChildItem -Path .\Daybreak -Filter *.version
|
|
$version = $filepath.BaseName
|
|
Write-Host "Version: $version"
|
|
return $version |