SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 98 C#
version: 129.0.110-RCI{build}
clone_depth: 10
image: Visual Studio 2019
configuration: Release
2021-09-03 10:51:18 +10:00
build_script:
- ps: .\build.ps1
- ps: .\build.ps1 -TargetFramework NetCore
2021-09-03 10:51:18 +10:00
test_script:
# Test our Release x64 build
- dotnet test CefSharp.Test\bin\x64\Release\win7-x64\CefSharp.Test.dll --verbosity normal
- dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll --verbosity normal
2014-06-21 00:01:18 +02:00
artifacts:
- path: NuGet\**\*.nupkg
name: nupkgfiles
2014-11-13 13:00:42 +10:00
2014-11-13 16:36:57 +10:00
# Publish to myget.org feed
2014-11-13 13:00:42 +10:00
deploy:
provider: NuGet
server: https://www.myget.org/F/cefsharp/api/v2/package
2014-11-13 13:00:42 +10:00
api_key:
2021-01-08 15:06:14 +10:00
secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
skip_symbols: true
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles
#Skip builing if we only modify text files
skip_commits:
files:
- '**/*.md'
- '**/*.html'
- '**/*.js'
- '**/*.css'
- '**/*.txt'