Skip to content

Commit 1e04c60

Browse files
TravisEz13adityapatwardhan
authored andcommitted
Add .stylecop to filetypexml and format it (PowerShell#16025)
1 parent d6e5f07 commit 1e04c60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/releaseBuild/azureDevOps/releaseBuild.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ variables:
3030
value: 1
3131
- name: NugetSecurityAnalysisWarningLevel
3232
value: none
33+
- name: branchCounterKey
34+
value: $[format('{0:yyyyMMdd}-{1}', pipeline.startTime,variables['Build.SourceBranch'])]
35+
- name: branchCounter
36+
value: $[counter(variables['branchCounterKey'], 1)]
37+
- name: ForceAzureBlobDelete
38+
value: ${{ parameters.ForceAzureBlobDelete }}
3339

3440
stages:
3541
- stage: prep

0 commit comments

Comments
 (0)