Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Sep 10, 2019
1 parent 55583e4 commit 74972e5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
13 changes: 11 additions & 2 deletions Autofac.Extras.AttributeMetadata.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Extras.AttributeMetadata", "src\Autofac.Extras.AttributeMetadata\Autofac.Extras.AttributeMetadata.csproj", "{D8715248-94C1-4556-8A81-7E338D68FE96}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Extras.AttributeMetadata", "src\Autofac.Extras.AttributeMetadata\Autofac.Extras.AttributeMetadata.csproj", "{D8715248-94C1-4556-8A81-7E338D68FE96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Autofac.Extras.AttributeMetadata.Test", "test\Autofac.Extras.AttributeMetadata.Test\Autofac.Extras.AttributeMetadata.Test.csproj", "{03A16C13-A683-4392-96B5-2EE786CEDA88}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Autofac.Extras.AttributeMetadata.Test", "test\Autofac.Extras.AttributeMetadata.Test\Autofac.Extras.AttributeMetadata.Test.csproj", "{03A16C13-A683-4392-96B5-2EE786CEDA88}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E8DAFEB3-0CA6-40AA-ACC6-BA5B77C36BB3}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,4 +31,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4991376-A9AF-4F74-814A-F7116EF2EEA2}
EndGlobalSection
EndGlobal
29 changes: 14 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
version: 4.1.0.{build}

configuration: Release

os: Visual Studio 2017

environment:
package_semantic_version: 4.0.2
assembly_semantic_version: 4.0.0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
NUGET_XMLDOC_MODE: skip

skip_tags: true

version: $(package_semantic_version).{build}
clone_depth: 1

assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '$(assembly_semantic_version).0'
assembly_file_version: '$(appveyor_build_version)'
assembly_informational_version: '$(package_semantic_version)-CI-{build}'
test: off

before_build:
- nuget restore
build_script:
- ps: .\build.ps1

build:
verbosity: minimal
publish_nuget: true
publish_nuget_symbols: false
artifacts:
- path: artifacts\packages\**\*.nupkg
name: MyGet

deploy:
- provider: NuGet
Expand All @@ -30,3 +28,4 @@ deploy:
secure: rCUEY75fXN0wxtMy6QL4jCrLdaYbxIBzIXWeN+wEu/XDpyqimzreOc5AH5jMd5ah
skip_symbols: true
symbol_server: https://www.myget.org/F/autofac/symbols/api/v2/package
artifact: MyGet

0 comments on commit 74972e5

Please sign in to comment.