From 9eeb5cfc16f5fb11ce72ec35be7b4aefb6a2ab65 Mon Sep 17 00:00:00 2001 From: Robin Date: Fri, 8 Jan 2016 13:20:56 +0100 Subject: [PATCH] Moved script to the install step, see here for more information: https://www.appveyor.com/docs/build-configuration#build-pipeline --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index fea1e56..9b1a9c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ assembly_info: assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}-$(GIT_HASH)' -before_build: +install: - ps: $env:GIT_HASH = $env:APPVEYOR_REPO_COMMIT.Substring(0, 10) build: project: Dapplo.ActiveDirectory.sln