File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11environment :
22 VisualStudioVersion : 11.0
33
4- version : 37.0.0. CI{build}
4+ version : 37.0.0- CI{build}
55
66shallow_clone : true
77
Original file line number Diff line number Diff line change 33 [Parameter (Position = 0 )]
44 [string ] $Target = " nupkg" ,
55 [Parameter (Position = 1 )]
6- [string ] $Version = " 37.0.0-pre02 " ,
6+ [string ] $Version = " 37.0.0-pre01 " ,
77 [Parameter (Position = 2 )]
88 [string ] $AssemlyVersion = " 37.0.0" ,
99 [Parameter (Position = 3 )]
@@ -14,6 +14,11 @@ $WorkingDir = split-path -parent $MyInvocation.MyCommand.Definition
1414
1515$CefSln = Join-Path $WorkingDir ' CefSharp3.sln'
1616
17+ if (Test-Path Env:\APPVEYOR_BUILD_VERSION)
18+ {
19+ $Version = Env:\APPVEYOR_BUILD_VERSION
20+ }
21+
1722# https://github.com/jbake/Powershell_scripts/blob/master/Invoke-BatchFile.ps1
1823function Invoke-BatchFile
1924{
You can’t perform that action at this time.
0 commit comments