mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-05 02:26:29 +01:00
Variable for solution name added.
This commit is contained in:
parent
9cd2bbc31d
commit
863123fdda
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue