Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from Barsonax/v2.2.1
Browse files Browse the repository at this point in the history
V2.2.1
  • Loading branch information
Barsonax authored May 25, 2018
2 parents 613a97c + 2e40b82 commit 7b4de7d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
version: 2.2.1.{build}
image: Visual Studio 2017
configuration: Release
shallow_clone: true
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
nuget:
project_feed: true
before_build:
- cmd: nuget restore C:\Projects\Pathfindax\Source\Code
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: AmEmyZ6/NdCfuHypu7kSrG8Yijc+S9ON/1BtLxBdYmoaCvJD1NXDGFYG74nW5Ka5
on:
APPVEYOR_REPO_TAG: true

0 comments on commit 7b4de7d

Please sign in to comment.