Flow.Launcher/appveyor.yml
Ioannis G f57fdfbc50
appveyor: update path to Plugin artifacts
and remove the pack step from the post-build script (no longer needed)
2020-05-04 14:42:36 +03:00

29 lines
No EOL
742 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: SolutionAssemblyInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: 'Flow.*\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
before_build:
- ps: nuget restore
build:
project: Flow.Launcher.sln
after_test:
artifacts:
- path: 'Output\Packages\*'
- path: 'Output\Release\Flow.Launcher.Plugin.*.nupkg'
name: Plugin nupkg
- path: 'Output\Release\Flow.Launcher.Plugin.*.snupkg'
name: Plugin snupkg