Skip to content

Commit f4f82a9

Browse files
Update slngen for ARM64 build support
1 parent 043860e commit f4f82a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenerateAllSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Param (
2929

3030
# Set up constant values
3131
$generatedSolutionFilePath = 'Toolkit.Labs.All.sln'
32-
$platforms = '"Any CPU;x64;x86;ARM64"' # ARM64 is ignored here currently: https://github.com/microsoft/slngen/issues/437
32+
$platforms = '"Any CPU;x64;x86;ARM64"'
3333
$slngenConfig = "--folders true --collapsefolders true --ignoreMainProject"
3434

3535
# remove previous file if it exists

0 commit comments

Comments
 (0)