mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Merge branch 'v1.78.2-dev' of https://github.com/mRemoteNG/mRemoteNG into v1.78.2-dev
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user