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 Jun 30, 2022
1 parent 64840d1 commit 99fe04c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Covid19Radar/Covid19Radar.iOS/Covid19Radar.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@
<PackageReference Include="Chino.iOS">
<Version>1.0.0-rc11</Version>
</PackageReference>
<PackageReference Include="Xamarin.TestCloud.Agent">
<Version>0.23.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Covid19Radar\Covid19Radar.csproj">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ steps:
parameters:
configuration: debug


- 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

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

0 comments on commit 99fe04c

Please sign in to comment.