fix platform

This commit is contained in:
NOTPIES 2026-04-21 00:03:12 -04:00
parent 43a27b7f80
commit fc66a3a5d2

View file

@ -92,7 +92,7 @@ jobs:
/m `
/t:Build `
/p:Configuration=Release `
/p:Platform=Windows64 `
/p:Platform=x64 `
/p:PlatformToolset=v143 `
/p:PreferredToolArchitecture=x64 `
/p:UseMultiToolTask=true `
@ -303,7 +303,7 @@ jobs:
/m `
/t:Build `
/p:Configuration=Release `
/p:Platform=Windows64 `
/p:Platform=x64 `
/p:PlatformToolset=v143 `
/p:PreferredToolArchitecture=x64 `
/p:UseMultiToolTask=true `