|
|
|
|
@ -130,7 +130,7 @@ jobs:
|
|
|
|
|
- pwsh: dotnet --info
|
|
|
|
|
displayName: .NET Information
|
|
|
|
|
- pwsh: |
|
|
|
|
|
$officialBuild = '$(Build.SourceBranch)' -match '^refs/tags/[0-9]+\.[0-9]+\.[0-9]+'
|
|
|
|
|
$officialBuild = '$(Build.SourceBranch)' -match '^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+'
|
|
|
|
|
$wipBuild = '$(Build.SourceBranch)' -match '^refs/heads/.*-wip$'
|
|
|
|
|
$ciBuildOnly = $wipBuild -or ('$(Build.SourceBranch)' -match '^refs/heads/(?:master|.*-servicing)$')
|
|
|
|
|
$continuousIntegrationTimestamp = Get-Date -Format yyyyMMddHHmmss
|
|
|
|
|
|