GitHub CI [Win, AJA]: AJA 16.1 compat - use glob for VS proj

This commit is contained in:
Martin Pulec
2021-12-06 10:08:43 +01:00
parent f4f370f683
commit 9d17f00980

View File

@@ -10,6 +10,6 @@ if (${env:SDK_URL}) {
}
mv c:\ntv2sdk* c:\AJA
cd c:\AJA
MSBuild.exe ntv2_vs12.sln -p:PlatformToolset=v142 -p:Configuration=Release -p:Platform=x64 -t:libajantv2:Rebuild
MSBuild.exe (Get-ChildItem ntv2_vs*.sln) -p:PlatformToolset=v142 -p:Configuration=Release -p:Platform=x64 -t:libajantv2:Rebuild
}