Skip to content

Commit 0d64391

Browse files
committed
Print Git version and disable auto assembly info
1 parent 4531b26 commit 0d64391

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build/pack-setup.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/SecondaryClick/SecondaryClick.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<DebugType>embedded</DebugType>
1313
<BaseOutputPath>..\..\build</BaseOutputPath>
1414
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
15+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
1516
</PropertyGroup>
1617

1718
<ItemGroup>

0 commit comments

Comments
 (0)