diff --git a/appveyor.VS2017.yml b/appveyor.VS2017.yml index 9e5572b..9e92f83 100644 --- a/appveyor.VS2017.yml +++ b/appveyor.VS2017.yml @@ -3,6 +3,7 @@ image: Visual Studio 2017 before_build: - echo ***** Appveyor.VS2017.yml ****** - cmd: nuget restore TestAutomationEssentials.VS2017.sln -verbosity detailed + - cmd: git rev-parse --abbrev-ref HEAD build: project: TestAutomationEssentials.VS2017.sln