mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-22 23:26:31 +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:
|
variables:
|
||||||
buildConfiguration: 'Release'
|
buildConfiguration: 'Release'
|
||||||
outputDirectory: '$(build.binariesDirectory)/$(buildConfiguration)'
|
outputDirectory: '$(build.binariesDirectory)/$(buildConfiguration)'
|
||||||
|
solutionName : 'TINK.sln'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NuGetToolInstaller@1
|
- task: NuGetToolInstaller@1
|
||||||
|
|
||||||
- task: NuGetCommand@2
|
- task: NuGetCommand@2
|
||||||
inputs:
|
inputs:
|
||||||
restoreSolution: '**/*.sln'
|
restoreSolution: '$(solutionName)'
|
||||||
|
|
||||||
- task: XamarinAndroid@1
|
- task: XamarinAndroid@1
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue