We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1542fa3 commit 15c9f57Copy full SHA for 15c9f57
build.ps1
@@ -36,7 +36,9 @@ if (Test-Path Env:\APPVEYOR_BUILD_VERSION)
36
if ($env:APPVEYOR_REPO_TAG -eq "True")
37
{
38
$Version = "$env:APPVEYOR_REPO_TAG_NAME".Substring(1) # trim leading "v"
39
- Write-Diagnostic "Setting version based on tag to $Version"
+ $AssemblyVersion = $Version
40
+ Write-Diagnostic "Setting Version based on tag to $Version"
41
+ Write-Diagnostic "Setting AssemblyVersion based on tag to $AssemblyVersion"
42
}
43
44
# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
0 commit comments