Skip to content

Commit 4c1a0ec

Browse files
committed
attempt
1 parent 6addb18 commit 4c1a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<ItemGroup Condition=" '$(ArcadeBuildTarball)' != 'true' ">
33
<ProjectToBuild Include="$(RepoRoot)Microsoft.DotNet.Cli.sln" />
4-
<ProjectToBuild Condition="'$(OS)' == 'Windows_NT' And ('$(Architecture)' == 'x86' Or '$(Architecture)' == 'x64' Or '$(Architecture)' == 'arm64' Or '$(Architecture)' == 'arm')"
4+
<ProjectToBuild Condition="'$(OS)' == 'Windows_NT' And ('$(Architecture)' == 'x86' Or '$(Architecture)' == 'x64' Or '$(Architecture)' == 'arm64')"
55
Include="$(RepoRoot)eng\version.csproj;
66
$(RepoRoot)eng\native.proj" />
77
</ItemGroup>

0 commit comments

Comments
 (0)