We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b582b commit 6ca054bCopy full SHA for 6ca054b
azure-pipelines.yml
@@ -38,12 +38,10 @@ variables:
38
steps:
39
- template: build/steps-ci.yml
40
parameters:
41
- solution: $(Solution)
42
configuration: $(BuildConfiguration)
43
44
- ${{ if eq(variables['Build.Reason'], 'Manual') }}:
45
- template: build/steps-release.yml
46
47
48
49
versionSuffix: $(VersionSuffix)
0 commit comments