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-20 21:54:55 +01:00

View File

@@ -33,7 +33,7 @@ jobs:
run: |
dotnet tool install --global dotnet-t4
$ttFile = "$env:GITHUB_WORKSPACE\mRemoteNG\Properties\AssemblyInfo.tt"
t4 $ttFile -p:PlatformParam="${{ matrix.platform }}"
t4 $ttFile
- name: (04) Cache NuGet Packages
uses: actions/cache@v3