Skip to content

Commit 076fdf6

Browse files
committed
Temporarily disable win-x86 packaging.
Should come back for 0.10.1. See: #15
1 parent 8dbc450 commit 076fdf6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zig-toolsets.proj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<Project Sdk="Microsoft.Build.Traversal">
22
<ItemGroup>
3-
<ProjectReference Include="src/*-*/*.proj" />
3+
<!-- TODO: https://github.com/vezel-dev/zig-toolsets/issues/15 -->
4+
<ProjectReference Include="src/*-*/*.proj"
5+
Exclude="src/win-x86/win-x86.proj" />
46
</ItemGroup>
57
</Project>

0 commit comments

Comments
 (0)