Skip to content

Commit

Permalink
Update slngen for ARM64 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Jan 30, 2023
1 parent 42f3354 commit 4601457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.visualstudio.slngen.tool": {
"version": "9.4.1",
"version": "9.5.1",
"commands": [
"slngen"
]
Expand Down
2 changes: 1 addition & 1 deletion common/GenerateAllSolution.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Param (

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

# remove previous file if it exists
Expand Down

0 comments on commit 4601457

Please sign in to comment.