Skip to content

Commit 6ca054b

Browse files
Remove solution parameter from ADO pipeline
1 parent 72b582b commit 6ca054b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ variables:
3838
steps:
3939
- template: build/steps-ci.yml
4040
parameters:
41-
solution: $(Solution)
4241
configuration: $(BuildConfiguration)
4342

4443
- ${{ if eq(variables['Build.Reason'], 'Manual') }}:
4544
- template: build/steps-release.yml
4645
parameters:
47-
solution: $(Solution)
4846
configuration: $(BuildConfiguration)
4947
versionSuffix: $(VersionSuffix)

0 commit comments

Comments
 (0)