File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ $sevenZip = Join-Path $globalPackages "micasetup.tools\2.5.0\build\bin\7z.exe"
2727$makemicaPath = Join-Path $globalPackages " micasetup.tools\2.5.0\build\makemica.exe"
2828
2929# Update Git version info in source code
30+ Write-Host (" $tag " )
31+ Write-Host (" $revision " )
3032$text | Out-File $PSScriptRoot \..\src\SecondaryClick\GitVersion.cs - Encoding utf8
3133
3234# Installer build settings
Original file line number Diff line number Diff line change 1212 <DebugType >embedded</DebugType >
1313 <BaseOutputPath >..\..\build</BaseOutputPath >
1414 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
15+ <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
1516 </PropertyGroup >
1617
1718 <ItemGroup >
You can’t perform that action at this time.
0 commit comments