Variable for solution name added.

This commit is contained in:
o.hauff 2021-07-01 07:24:27 +00:00
parent 9cd2bbc31d
commit 863123fdda

View file

@ -12,13 +12,14 @@ pool:
variables:
buildConfiguration: 'Release'
outputDirectory: '$(build.binariesDirectory)/$(buildConfiguration)'
solutionName : 'TINK.sln'
steps:
- task: NuGetToolInstaller@1
- task: NuGetCommand@2
inputs:
restoreSolution: '**/*.sln'
restoreSolution: '$(solutionName)'
- task: XamarinAndroid@1
inputs: