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-08 01:15:40 +01:00

View File

@@ -16,10 +16,14 @@ jobs:
uses: microsoft/setup-msbuild@v2
with:
vs-version: '17.14.11'
- name: 03. Install TextTransform CLI
- name: Install and run dotnet-t4 to transform T4 templates
shell: pwsh
run: choco install microsoft-texttransform --yes
run: |
dotnet tool install --global dotnet-t4
$ttFile = "$env:GITHUB_WORKSPACE\mRemoteNG\Properties\AssemblyInfo.tt"
t4 $ttFile
- name: 04. Cache NuGet Packages
uses: actions/cache@v3
with: