Update Build_mR-NB.yml

fix step 1
This commit is contained in:
Dimitrij
2025-08-20 23:29:46 +01:00
committed by GitHub
parent c5dbf5a412
commit 567bc4a112

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 }}