Skip to content

Commit

Permalink
Re-enable iOS/tvOS simulator builds (dotnet#50058)
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex authored Mar 23, 2021
1 parent 7fa3703 commit 411c8a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="6.0.0-preview.3.21167.1">
<Dependency Name="Microsoft.NETCore.Runtime.ICU.Transport" Version="6.0.0-preview.4.21172.5">
<Uri>https://github.com/dotnet/icu</Uri>
<Sha>4515910c7f374fe3332677b3a1b8321072d7f8de</Sha>
<Sha>370a34dfa95ba6f071aa315ee85749b21a263a96</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<!-- ILLink -->
<MicrosoftNETILLinkTasksVersion>6.0.100-preview.2.21169.4</MicrosoftNETILLinkTasksVersion>
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-preview.3.21167.1</MicrosoftNETCoreRuntimeICUTransportVersion>
<MicrosoftNETCoreRuntimeICUTransportVersion>6.0.0-preview.4.21172.5</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>9.0.1-alpha.1.21165.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>9.0.1-alpha.1.21165.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ stages:
- MacCatalyst_x64
- MacCatalyst_arm64
- tvOSSimulator_x64
# - tvOSSimulator_arm64
- tvOSSimulator_arm64
- tvOS_arm64
- iOSSimulator_x64
- iOSSimulator_x86
# - iOSSimulator_arm64
- iOSSimulator_arm64
- iOS_arm
- iOS_arm64
- OSX_x64
Expand Down

0 comments on commit 411c8a1

Please sign in to comment.