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

Commit

Permalink
#137 コマンド修正
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-test002 committed Jul 4, 2022
1 parent d73d385 commit 9ab3389
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ steps:
parameters:
configuration: debug

- task: Bash@3
inputs:
targetType: 'inline'
script: |
dotnet add /Users/runner/work/1/s/Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj package Xamarin.TestCloud.Agent -Version 0.23.1
displayName: Install Xamarin.TestCloud.Agent
- script: |
nuget add ../whatever/lib/Xamarin.TestCloud.Agent.0.23.1.nupkg -Source ./packages
displayName: nuget add

- script: |
dotnet add package Xamarin.TestCloud.Agent -s ./packages
displayName: Install Xamarin.TestCloud.Agent

- task: XamariniOS@2
displayName: 'Build Covid19Radar.iOS.csproj for not Debug_UITest'
Expand Down

0 comments on commit 9ab3389

Please sign in to comment.