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