Update Build_mR-NB.yml

extend t4 step
This commit is contained in:
Dimitrij
2025-08-20 22:58:08 +01:00
committed by GitHub
parent 2fa0ca41d6
commit 94e7e23cda

View File

@@ -32,8 +32,11 @@ jobs:
shell: pwsh
run: |
dotnet tool install --global dotnet-t4
$interopPath = "$env:GITHUB_WORKSPACE\mRemoteNG\libs\Microsoft.VisualStudio.Interop.dll"
$ttFile = "$env:GITHUB_WORKSPACE\mRemoteNG\Properties\AssemblyInfo.tt"
t4 $ttFile
t4 $ttFile -p:InteropPath="$interopPath"
- name: (04) Cache NuGet Packages
uses: actions/cache@v3