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 e23d6cd commit b54b962Copy full SHA for b54b962
Package/pack.ps1
@@ -23,7 +23,7 @@ if ($Env:PLATFORM -eq "Any CPU")
23
if (($Env:PLATFORM -eq "x64") -and ($Env:CONFIGURATION -eq "Release"))
24
{
25
Write-Host "Performing NuGet pack after final build job"
26
- $version = "0.33.7-RC2-" + $Env:APPVEYOR_BUILD_NUMBER
+ $version = "0.33.9." + $Env:APPVEYOR_BUILD_NUMBER
27
nuget pack $root\Package\ExcelDna.Integration\ExcelDna.Integration.nuspec -Version $version
28
nuget pack $root\Package\ExcelDna.AddIn\ExcelDna.AddIn.nuspec -Version $version
29
}
0 commit comments