Skip to content

Commit

Permalink
adding binlog and removing genrateRuntimeOSprops (dotnet#31945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Feb 11, 2020
1 parent 440bdb8 commit e7e6276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/libraries/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
/p:RuntimeFlavor=${{ parameters.runtimeFlavor }}
/p:ArchGroup=${{ parameters.archType }}
/p:Configuration=${{ parameters.buildConfig }}
/bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/overrideCoreclrFromLiveDrop.binlog
displayName: Override $(runtimeFlavorName) from live drop

- template: /eng/pipelines/libraries/helix.yml
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/restore/runtime/runtime.depproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="GenerateRuntimeOSPropsFile">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RuntimeIdentifier>$(PackageRID)</RuntimeIdentifier>
<!-- We're using ToolRuntimeRID as a placeholder for the real corelib/runtime components until we have an actual set of runtime bits to consume for webassembly. -->
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sendtohelix.proj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project InitialTargets="GenerateRuntimeOSPropsFile;PrintHelixQueues;PrintBuildTargetFramework;BuildHelixWorkItems" Sdk="Microsoft.DotNet.Helix.Sdk">
<Project InitialTargets="PrintHelixQueues;PrintBuildTargetFramework;BuildHelixWorkItems" Sdk="Microsoft.DotNet.Helix.Sdk">
<PropertyGroup>
<!-- Set helix build to build number if available -->
<HelixBuild Condition="'$(HelixBuild)' == ''">$(BUILD_BUILDNUMBER)</HelixBuild>
Expand Down

0 comments on commit e7e6276

Please sign in to comment.