|
|
|
@ -22,9 +22,9 @@ steps: |
|
|
|
inputs: |
|
|
|
restoreSolution: '$(solution)' |
|
|
|
|
|
|
|
- task: VSBuild@1 |
|
|
|
- task: MSBuild@1 |
|
|
|
inputs: |
|
|
|
solution: '$(solution)' |
|
|
|
platform: '$(buildPlatform)' |
|
|
|
configuration: '$(buildConfiguration)' |
|
|
|
solution: 'ExtendedWPFToolkitSolution/*.sln' |
|
|
|
platform: '$(BuildPlatform)' |
|
|
|
configuration: '$(BuildConfiguration)' |
|
|
|
|
|
|
|
|