Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
imhameed committed Feb 4, 2021
1 parent 5e6edf2 commit c07c655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/run.proj
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").

<PropertyGroup>
<AssemblyName>$(Category)</AssemblyName>
<BuildDir>$(IntermediateOutputPath)/iOSApps</BuildDir>
<MicrosoftNetCoreAppRuntimePackDir>$(ArtifactsBinDir)microsoft.netcore.app.runtime.ios-$(TargetArchitecture)/$(Configuration)/runtimes/ios-$(TargetArchitecture)</MicrosoftNetCoreAppRuntimePackDir>
<MicrosoftNetCoreAppRuntimePackNativeDir>$(MicrosoftNetCoreAppRuntimePackDir)/native</MicrosoftNetCoreAppRuntimePackNativeDir>
</PropertyGroup>
Expand All @@ -518,7 +517,7 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
<TestDlls Include="%(TestDllPaths.Identity)" Condition="Exists(%(TestDllPaths.Identity))" />
</ItemGroup>
<PropertyGroup>
<BundleDir>$([MSBuild]::NormalizeDirectory('$(OutDir)', 'AppBundle'))</BundleDir>
<BundleDir>$([MSBuild]::NormalizeDirectory('$(BuildDir)', 'AppBundle'))</BundleDir>
</PropertyGroup>

<MakeDir Directories="$(BuildDir)" />
Expand Down

0 comments on commit c07c655

Please sign in to comment.