Nefarius.Peripherals.Serial.../appveyor.yml

27 lines
597 B
YAML
Raw Permalink Normal View History

2018-11-25 13:10:23 +01:00
version: 1.0.{build}
2022-09-26 21:50:41 +02:00
image: Visual Studio 2022
2019-12-27 20:03:55 +01:00
configuration:
- Release
2018-11-25 13:10:23 +01:00
install:
- cmd: git submodule -q update --init
2019-12-27 20:03:55 +01:00
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
2019-12-27 20:06:34 +01:00
before_build:
- nuget restore
2019-12-27 20:03:55 +01:00
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln
test: off
artifacts:
2019-12-27 19:31:42 +01:00
- path: '$(APPVEYOR_PROJECT_NAME)\bin\**\*.nupkg'
deploy:
- provider: Environment
name: nuget.org
on:
branch: master
appveyor_repo_tag: true