|
|
@ -3,6 +3,7 @@ $ErrorActionPreference = "Stop" |
|
|
|
$baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463"; |
|
|
|
$baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463"; |
|
|
|
$baseCommitRev = 1; |
|
|
|
$baseCommitRev = 1; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# make sure this list matches artifacts-only branches list in appveyor.yml! |
|
|
|
$masterBranches = @("master", "3.2.x"); |
|
|
|
$masterBranches = @("master", "3.2.x"); |
|
|
|
|
|
|
|
|
|
|
|
$globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs"; |
|
|
|
$globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs"; |
|
|
|