We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7939812 commit f6b0b32Copy full SHA for f6b0b32
1 file changed
eng/pipelines/dailytests.yml
@@ -38,6 +38,7 @@ variables:
38
DOTNET_NOLOGO: 1
39
CI: true
40
Codeql.Enabled: false
41
+ SourceBranch: $[replace(variables['Build.SourceBranch'], 'refs/heads/', '')]
42
43
stages:
44
- stage: Build
0 commit comments