Skip to content

Commit

Permalink
Temporarily disable win-x86 packaging.
Browse files Browse the repository at this point in the history
Should come back for 0.10.1.

See: #15
  • Loading branch information
alexrp committed Nov 1, 2022
1 parent 8dbc450 commit 076fdf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zig-toolsets.proj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="src/*-*/*.proj" />
<!-- TODO: https://github.com/vezel-dev/zig-toolsets/issues/15 -->
<ProjectReference Include="src/*-*/*.proj"
Exclude="src/win-x86/win-x86.proj" />
</ItemGroup>
</Project>

0 comments on commit 076fdf6

Please sign in to comment.