Skip to content

Commit

Permalink
chg: Add VS2022 build
Browse files Browse the repository at this point in the history
  • Loading branch information
hangy committed Aug 23, 2022
1 parent 4018bab commit 4312814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Core () {
}

if ( $agentVersion ) {
foreach ($vs in ("vs2019")) {
foreach ($vs in ("vs2019","vs2022")) {
$sourcedir = "derived\$vs"
foreach ($folder in (Get-ChildItem -path ".\$sourcedir" | where-object {$_.Psiscontainer}).Name) {
New-Item -Path "$targetDir\$vs\$folder\" -ItemType Directory -Force > $null
Expand Down

0 comments on commit 4312814

Please sign in to comment.