mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Update Build_mR-NB.yml
extend t4 step
This commit is contained in:
5
.github/workflows/Build_mR-NB.yml
vendored
5
.github/workflows/Build_mR-NB.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user