Skip to content

Commit

Permalink
Reverting back to automatic package build with assembly_informational…
Browse files Browse the repository at this point in the history
…_version controlling version.
  • Loading branch information
alexmg committed Jan 25, 2015
1 parent c372de5 commit c3c2787
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,20 @@
version: 3.0.3.{build}

environment:
NUGET_PACKAGE_VERSION: "3.0.3-CI-%APPVEYOR_BUILD_NUMBER%"

assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: "3.0.0.0"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
assembly_informational_version: "3.0.3-CI-{build}"

configuration: Release

before_build: nuget restore

build:
verbosity: minimal
publish_nuget: false
publish_nuget_symbols: false

after_build:
- cmd: nuget pack src\Autofac.Integration.Mef\Autofac.Integration.Mef.nuspec -Symbols -Properties Configuration=%CONFIGURATION%;Platform=AnyCPU -Version %NUGET_PACKAGE_VERSION%

artifacts:
- path: Autofac.Mef*.nupkg
name: NuGet
publish_nuget: true
publish_nuget_symbols: true

deploy:
- provider: NuGet
Expand Down

0 comments on commit c3c2787

Please sign in to comment.