We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72a42c commit 945bcacCopy full SHA for 945bcac
azure-pipelines.yml
@@ -36,12 +36,12 @@ variables:
36
steps:
37
- template: build/steps-ci.yml
38
parameters:
39
- solution: ${{ variables.Solution }}
40
- configuration: ${{ variables.BuildConfiguration }}
+ solution: $(Solution)
+ configuration: $(BuildConfiguration)
41
42
- ${{ if eq(variables['Build.Reason'], 'Manual') }}:
43
- template: build/steps-release.yml
44
45
46
47
- versionSuffix: ${{ variables.VersionSuffix }}
+ versionSuffix: $(VersionSuffix)
0 commit comments