We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4531b26 commit 0d64391Copy full SHA for 0d64391
2 files changed
build/pack-setup.ps1
@@ -27,6 +27,8 @@ $sevenZip = Join-Path $globalPackages "micasetup.tools\2.5.0\build\bin\7z.exe"
27
$makemicaPath = Join-Path $globalPackages "micasetup.tools\2.5.0\build\makemica.exe"
28
29
# Update Git version info in source code
30
+Write-Host ("$tag")
31
+Write-Host ("$revision")
32
$text | Out-File $PSScriptRoot\..\src\SecondaryClick\GitVersion.cs -Encoding utf8
33
34
# Installer build settings
src/SecondaryClick/SecondaryClick.csproj
@@ -12,6 +12,7 @@
12
<DebugType>embedded</DebugType>
13
<BaseOutputPath>..\..\build</BaseOutputPath>
14
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
15
+ <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
16
</PropertyGroup>
17
18
<ItemGroup>
0 commit comments