@ -4,7 +4,7 @@ $baseCommit = "d779383cb85003d6dabeb976f0845631e07bf463";
$baseCommitRev = 1;
# make sure this list matches artifacts-only branches list in appveyor.yml!
$masterBranches = @("master", "3.2.x");
$masterBranches = @("master", "5.0.x");
$globalAssemblyInfoTemplateFile = "ILSpy/Properties/AssemblyInfo.template.cs";
# make sure this list matches artifacts-only branches list in azure-pipelines.yml!
@ -37,7 +37,7 @@ internal static class RevisionClass
{
public const string Major = "5";
public const string Minor = "0";
public const string Build = "0";
public const string Build = "1";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
@ -43,7 +43,7 @@ for:
- branches:
only:
- master
- 3.2.x
- 5.0.x
artifacts:
- path: ILSpy_binaries.zip
name: ILSpy %APPVEYOR_REPO_BRANCH% %ILSPY_VERSION_NUMBER% binaries
@ -1,11 +1,10 @@
trigger:
- msix
pr:
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true