mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-23 15:46:29 +01:00
Fix pipeline.
This commit is contained in:
parent
b520270ab7
commit
6067436c5a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ steps:
|
||||||
restoreSolution: '$(solutionName)'
|
restoreSolution: '$(solutionName)'
|
||||||
- task: XamariniOS@2
|
- task: XamariniOS@2
|
||||||
inputs:
|
inputs:
|
||||||
solutionFile: '$(solutionName)'
|
solutionFile: '**/*iOS.csproj'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
packageApp: false
|
packageApp: false
|
||||||
buildForSimulator: true
|
buildForSimulator: true
|
||||||
|
|
Loading…
Reference in a new issue