From 59e0efd56795a35e26828faad2ce4eb951bb4948 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Thu, 4 Mar 2021 19:52:12 +0100 Subject: [PATCH] Update appveyor.yml file Use new branch name :-) --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 56593884c..856dac9d0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,15 +1,13 @@ version: '{build}' branches: only: - - feature/nuget + - master image: Visual Studio 2019 init: - cmd: set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER% nuget: disable_publish_on_pr: true disable_publish_octopus: true -before_build: -- ps: git log --graph --format="%h %cr %d" --decorate --date=relative --all --remotes=* -n 100 build: project: build/Palaso.proj publish_nuget: true