-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
64 changed files
with
360 additions
and
14,467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,10 @@ | ||
configuration: Release | ||
version: 1.0.{build} | ||
configuration: Release | ||
image: Visual Studio 2017 | ||
|
||
pull_requests: | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
|
||
assembly_info: | ||
patch: true | ||
file: '**\AssemblyInfo.*' | ||
assembly_version: '{version}' | ||
assembly_file_version: '{version}' | ||
assembly_informational_version: '{version}' | ||
|
||
environment: | ||
nuget_user: [email protected] | ||
nuget_password: | ||
secure: w73Xs1Is7iK/DtAOf0XTHg== | ||
COVERALLS_REPO_TOKEN: | ||
secure: dVMQAKOiU3HuWBAVVTrML0OS5fiGriqI9 | ||
|
||
before_build: | ||
- cmd: set PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin;%PATH% | ||
- cmd: nuget install nuget.commandline -source https://dotnet.myget.org/F/nuget-build -prerelease -excludeversion | ||
- cmd: set PATH=%appveyor_build_folder%\NuGet.CommandLine\tools;%PATH% | ||
- cmd: nuget restore FluentAssemblyScanner.sln | ||
|
||
build: | ||
project: FluentAssemblyScanner.sln | ||
publish_nuget: true | ||
publish_nuget_symbols: true | ||
include_nuget_references: true | ||
verbosity: minimal | ||
|
||
test: | ||
assemblies: test\FluentAssemblyScanner.Tests\bin\Release\net461\FluentAssemblyScanner.Tests.dll | ||
|
||
after_test: | ||
- tools\coverage\opencover\OpenCover.Console.exe -register:user -target:"tools\xunitrunner2.2.0\xunit.console.x86.exe" -targetdir:"test\FluentAssemblyScanner.Tests\bin\Release\net461" -targetargs:"FluentAssemblyScanner.Tests.dll" -filter:"+[FluentAssemblyScanner*]* -[FluentAssemblyScanner.T*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -output:xunit_opencovertests.xml -coverbytest:*.Tests.dll | ||
- tools\coverage\coveralls.net\csmacnz.Coveralls.exe --opencover -i xunit_opencovertests.xml --repoToken %COVERALLS_REPO_TOKEN% --commitBranch %APPVEYOR_REPO_BRANCH% | ||
|
||
nuget: | ||
disable_publish_on_pr: true | ||
account_feed: true | ||
project_feed: true | ||
|
||
artifacts: | ||
- path: '**\*.nupkg' | ||
build_script: | ||
- ps: .\build.ps1 -experimental | ||
|
||
deploy: | ||
- provider: NuGet | ||
on: | ||
branch: master | ||
api_key: | ||
secure: liSTqN52OJQy9fZJk6gubSgYBAy4EXcEPCDSCLJ/3T9cZufzpTwvBlGPLX+iP2n9 | ||
artifact: /.*\.nupkg/ | ||
test: off |
Oops, something went wrong.