Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Commit 34d63b6

Browse files
committed
Fix build break from Azure Pipelines agent change
1 parent 6bf7b74 commit 34d63b6

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

lib/cordebug.tlb

67.5 KB
Binary file not shown.

lib/metahost.tlb

18.5 KB
Binary file not shown.

lib/mscoree.tlb

31 KB
Binary file not shown.

src/Fusion/Fusion.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\mscoree.tlb">
11+
<COMFileReference Include="$(RepoRootPath)lib\mscoree.tlb">
1212
<Visible>false</Visible>
1313
<EmbedInteropTypes>true</EmbedInteropTypes>
1414
</COMFileReference>
15-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\cordebug.tlb">
15+
<COMFileReference Include="$(RepoRootPath)lib\cordebug.tlb">
1616
<Visible>false</Visible>
1717
<EmbedInteropTypes>true</EmbedInteropTypes>
1818
</COMFileReference>

src/MSCorEE.Tests/MSCorEE.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\Windows.Core\Windows.Core.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
12+
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
1313
<Visible>false</Visible>
1414
<EmbedInteropTypes>true</EmbedInteropTypes>
1515
</COMFileReference>

src/MSCorEE/MSCorEE.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ProjectReference Include="..\Kernel32\Kernel32.csproj" />
1010
</ItemGroup>
1111
<ItemGroup>
12-
<COMFileReference Include="$(MSBuildProgramFiles32)\Windows Kits\NETFXSDK\4.7.2\Lib\um\x86\metahost.tlb">
12+
<COMFileReference Include="$(RepoRootPath)lib\metahost.tlb">
1313
<Visible>false</Visible>
1414
<EmbedInteropTypes>true</EmbedInteropTypes>
1515
</COMFileReference>

0 commit comments

Comments
 (0)