Update version information and AppVeyor settings
This commit is contained in:
+11
-4
@@ -1,13 +1,18 @@
|
||||
version: '{build}'
|
||||
version: 2.2.1.{build}
|
||||
image: Visual Studio 2017
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: AssemblyInfo.Common.*
|
||||
assembly_version: 2.1.0.{build}
|
||||
assembly_file_version: 2.1.0.{build}
|
||||
assembly_informational_version: 2.1.0.{build}-CI
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '{version}-CI'
|
||||
dotnet_csproj:
|
||||
patch: true
|
||||
file: Common.props
|
||||
version: '{version}'
|
||||
package_version: '{version}'
|
||||
before_build:
|
||||
- cmd: nuget restore
|
||||
build:
|
||||
@@ -20,6 +25,8 @@ test_script:
|
||||
artifacts:
|
||||
- path: UnicodeCharacterInspector\bin\Release
|
||||
name: UnicodeCharacterInspector
|
||||
- path: UnicodeInformation\bin\Release\UnicodeInformation.*.nupkg
|
||||
name: NuGet
|
||||
deploy:
|
||||
- provider: NuGet
|
||||
api_key:
|
||||
|
||||
Reference in New Issue
Block a user