We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085862a commit 59e0efdCopy full SHA for 59e0efd
appveyor.yml
@@ -1,15 +1,13 @@
1
version: '{build}'
2
branches:
3
only:
4
- - feature/nuget
+ - master
5
image: Visual Studio 2019
6
init:
7
- cmd: set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
8
nuget:
9
disable_publish_on_pr: true
10
disable_publish_octopus: true
11
-before_build:
12
-- ps: git log --graph --format="%h %cr %d" --decorate --date=relative --all --remotes=* -n 100
13
build:
14
project: build/Palaso.proj
15
publish_nuget: true
0 commit comments