From 4f49b34bfd803ab834678c9b7c4f9b568a53ac6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Fri, 27 Dec 2019 20:03:55 +0100 Subject: [PATCH] Trying build without nuke --- appveyor.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1a011b7..df27ca2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,19 @@ version: 1.0.{build} image: Visual Studio 2019 +configuration: +- Release install: - cmd: git submodule -q update --init -build_script: -- ps: .\build.ps1 +dotnet_csproj: + patch: true + file: '**\*.csproj' + version: '{version}' + package_version: '{version}' + assembly_version: '{version}' + file_version: '{version}' + informational_version: '{version}' +build: + project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln test: off artifacts: - path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'