File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/SourceBuild/tarball/content Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1717 <PropertyGroup >
1818 <Platform Condition =" '$(Platform)' == 'AnyCPU'" ></Platform >
1919 <BuildArchitecture >$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant())</BuildArchitecture >
20- <Platform Condition =" '$(Platform)' == '' AND ( '$(BuildArchitecture)' == 'arm64' OR '$(BuildArchitecture)' == 'arm') " >$(BuildArchitecture)</Platform >
20+ <Platform Condition =" '$(Platform)' == '' AND ('$(BuildArchitecture)' == 'arm64' OR '$(BuildArchitecture)' == 'arm')" >$(BuildArchitecture)</Platform >
2121 <Platform Condition =" '$(Platform)' == '' AND '$(BuildArchitecture)' == 's390x'" >$(BuildArchitecture)</Platform >
2222 <Platform Condition =" '$(Platform)' == ''" >x64</Platform >
2323
You can’t perform that action at this time.
0 commit comments