Skip to content

Commit 59e0efd

Browse files
committed
Update appveyor.yml file
Use new branch name :-)
1 parent 085862a commit 59e0efd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
version: '{build}'
22
branches:
33
only:
4-
- feature/nuget
4+
- master
55
image: Visual Studio 2019
66
init:
77
- cmd: set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
88
nuget:
99
disable_publish_on_pr: true
1010
disable_publish_octopus: true
11-
before_build:
12-
- ps: git log --graph --format="%h %cr %d" --decorate --date=relative --all --remotes=* -n 100
1311
build:
1412
project: build/Palaso.proj
1513
publish_nuget: true

0 commit comments

Comments
 (0)