mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-12-23 07:36:31 +01:00
Try to fix error.
This commit is contained in:
parent
6067436c5a
commit
3f84904cdb
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: '**/*iOS.csproj'
|
solutionFile: '$(solutionName)'
|
||||||
configuration: '$(buildConfiguration)'
|
configuration: '$(buildConfiguration)'
|
||||||
packageApp: false
|
packageApp: false
|
||||||
buildForSimulator: true
|
buildForSimulator: true
|
||||||
|
|
Loading…
Reference in a new issue