File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
msbuild/Xamarin.MacDev.Tasks/Tasks Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 64
64
<Uri >https://github.com/xamarin/xamarin-macios</Uri >
65
65
<Sha >06fea905cf900ab5296b08d7b67dadddc733dd65</Sha >
66
66
</Dependency >
67
- <Dependency Name =" Microsoft.NET.Runtime.MonoTargets.Sdk" Version =" 9.0.0-alpha .1.23556.4 " >
67
+ <Dependency Name =" Microsoft.NET.Runtime.MonoTargets.Sdk" Version =" 9.0.0-rc .1.24414.5 " >
68
68
<Uri >https://github.com/dotnet/runtime</Uri >
69
- <Sha >cf47d9ff6827a3e1d6f2acbf925cd618418f20dd </Sha >
69
+ <Sha >0fbd81404d1f211572387498474063bc6f407f0f </Sha >
70
70
</Dependency >
71
71
</ProductDependencies >
72
72
<ToolsetDependencies >
Original file line number Diff line number Diff line change 8
8
<MicrosoftDotNetBuildTasksFeedPackageVersion >9.0.0-beta.24408.2</MicrosoftDotNetBuildTasksFeedPackageVersion >
9
9
<MicrosoftNETCoreAppRefPackageVersion >9.0.0-rc.1.24414.5</MicrosoftNETCoreAppRefPackageVersion >
10
10
<MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion >8.0.0-rtm.23511.3</MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportVersion >
11
- <MicrosoftNETRuntimeMonoTargetsSdkPackageVersion >9.0.0-alpha .1.23556.4 </MicrosoftNETRuntimeMonoTargetsSdkPackageVersion >
11
+ <MicrosoftNETRuntimeMonoTargetsSdkPackageVersion >9.0.0-rc .1.24414.5 </MicrosoftNETRuntimeMonoTargetsSdkPackageVersion >
12
12
<MicrosoftTemplateEngineTasksVersion >7.0.100-alpha.1.21601.1</MicrosoftTemplateEngineTasksVersion >
13
13
<MicrosoftDotNetCecilPackageVersion >0.11.5-alpha.24379.1</MicrosoftDotNetCecilPackageVersion >
14
14
<MicrosoftDotNetXHarnessiOSSharedPackageVersion >9.0.0-prerelease.24405.1</MicrosoftDotNetXHarnessiOSSharedPackageVersion >
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ public override bool Execute ()
32
32
33
33
var result = base . Execute ( ) ;
34
34
35
- if ( result )
36
- StrippedAssemblies = stripedItems . ToArray ( ) ;
35
+ if ( result && UpdatedAssemblies != null )
36
+ StrippedAssemblies = UpdatedAssemblies ;
37
37
38
38
return result ;
39
39
}
Original file line number Diff line number Diff line change 64
64
</ItemGroup >
65
65
66
66
<ItemGroup >
67
- <Reference Include =" NativeLibrary.dll" >
68
- <HintPath >$(RootTestsDirectory)\monotouch-test\NativeLibrary.dll</ HintPath >
69
- </Reference >
67
+ <None Include =" $(RootTestsDirectory)\monotouch-test\ NativeLibrary.dll" >
68
+ <CopyToOutputDirectory >PreserveNewest</ CopyToOutputDirectory >
69
+ </None >
70
70
</ItemGroup >
71
71
72
72
<ItemGroup >
You can’t perform that action at this time.
0 commit comments