From 06c4e98b87e519da5999c32d53addff42f46b228 Mon Sep 17 00:00:00 2001 From: Mark Lopez Date: Fri, 29 Jul 2016 22:59:41 -0500 Subject: [PATCH] Fixes stable build, increment build number. --- appveyor.stable.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.stable.yml b/appveyor.stable.yml index af14edf..caa69e8 100644 --- a/appveyor.stable.yml +++ b/appveyor.stable.yml @@ -15,7 +15,7 @@ init: - ps: $env:APPVEYOR_REPO_TAG_NAME - ps: Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME" before_build: -- ps: nuget restore +- ps: nuget restore Rocket.Chat.Net.sln build: project: Rocket.Chat.Net.sln parallel: true diff --git a/appveyor.yml b/appveyor.yml index d923651..4ffbdad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 0.2.{build}-pre +version: 0.3.{build}-pre skip_tags: true assembly_info: patch: true