We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043860e commit f4f82a9Copy full SHA for f4f82a9
GenerateAllSolution.ps1
@@ -29,7 +29,7 @@ Param (
29
30
# Set up constant values
31
$generatedSolutionFilePath = 'Toolkit.Labs.All.sln'
32
-$platforms = '"Any CPU;x64;x86;ARM64"' # ARM64 is ignored here currently: https://github.com/microsoft/slngen/issues/437
+$platforms = '"Any CPU;x64;x86;ARM64"'
33
$slngenConfig = "--folders true --collapsefolders true --ignoreMainProject"
34
35
# remove previous file if it exists
0 commit comments