Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mminns committed Dec 5, 2018
1 parent 80fed60 commit 4e53411
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@ assembly_info:
assembly_informational_version: '{version}-{branch}'

build_script:
- msbuild "Itofinity.Appveyor.Refit.sln" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:Verbosity=minimal /maxcpucount /nodeReuse:true /target:"Build" /property:Configuration="%configuration%";Platform="%platform%";RunCodeAnalysis=true
- dotnet build "Itofinity.Appveyor.Refit.sln"

artifacts:
- path: Deploy\mercurial_credential_manager
name: mcmw-v$(appveyor_build_version)
type: zip
- path: '**\src\**\*.nupkg'


test:
assemblies:
- '*.Test\bin\$(configuration)\*.Test*.dll'
test_script:
- dotnet test

cache:
- packages -> **\packages.config
Expand Down

0 comments on commit 4e53411

Please sign in to comment.