Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
#136 コマンド修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-test002 committed Jul 4, 2022
1 parent 9ab3389 commit e37c247
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions azure-pipelines/app/templates/build/ios-build-uitest-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,20 @@ steps:
parameters:
configuration: debug


- task: NuGetToolInstaller@1
inputs:
#versionSpec: # Optional
checkLatest: false # Optional

- script: |
nuget install Xamarin.TestCloud.Agent -Version 0.23.1
displayName: Install Xamarin.TestCloud.Agent

- script: |
dotnet nuget list source
displayName: nuget list source

- script: |
nuget add ../whatever/lib/Xamarin.TestCloud.Agent.0.23.1.nupkg -Source ./packages
displayName: nuget add
Expand Down

0 comments on commit e37c247

Please sign in to comment.