Merge branch 'v1.78.2-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.78.2-dev

This commit is contained in:
Dimitrij
2025-08-21 00:03:44 +01:00

View File

@@ -39,8 +39,9 @@ jobs:
$interopPath = "$env:GITHUB_WORKSPACE\mRemoteNG\libs\Microsoft.VisualStudio.Interop.dll"
$ttFile = "$env:GITHUB_WORKSPACE\mRemoteNG\Properties\AssemblyInfo.tt"
Write-Host "Transforming T4 template with InteropPath: $interopPath"
t4 $ttFile -p:InteropPath="$interopPath"
Write-Host "Transforming T4 template"
t4 $ttFile -P platformType=${{ matrix.platform }}