2024-10-07 06:04:40 +10:00
|
|
|
version: 129.0.110-RCI{build}
|
2020-08-14 16:42:11 +10:00
|
|
|
|
2017-01-06 15:14:11 +10:00
|
|
|
clone_depth: 10
|
2014-06-14 11:09:55 +02:00
|
|
|
|
2021-08-30 08:46:46 +02:00
|
|
|
image: Visual Studio 2019
|
2020-08-14 16:42:11 +10:00
|
|
|
|
2021-08-30 08:46:46 +02:00
|
|
|
configuration: Release
|
2021-09-03 10:51:18 +10:00
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- ps: .\build.ps1
|
2021-10-13 13:18:56 +10:00
|
|
|
- ps: .\build.ps1 -TargetFramework NetCore
|
2021-09-03 10:51:18 +10:00
|
|
|
|
2021-08-30 08:46:46 +02:00
|
|
|
test_script:
|
|
|
|
|
# Test our Release x64 build
|
2022-12-05 09:10:55 +10:00
|
|
|
- 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
|
|
|
|
2014-11-13 11:26:29 +10:00
|
|
|
artifacts:
|
2020-01-30 20:41:48 +10:00
|
|
|
- path: NuGet\**\*.nupkg
|
2014-11-13 13:38:33 +10:00
|
|
|
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
|
2016-02-26 13:25:25 +10:00
|
|
|
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
|
2020-08-14 16:31:21 +10:00
|
|
|
skip_symbols: true
|
2016-02-26 13:05:10 +10:00
|
|
|
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
|
2017-12-12 20:59:13 +02:00
|
|
|
artifact: nupkgfiles
|
2020-08-14 16:45:08 +10:00
|
|
|
|
|
|
|
|
#Skip builing if we only modify text files
|
|
|
|
|
skip_commits:
|
2020-08-14 16:49:50 +10:00
|
|
|
files:
|
2020-08-14 16:45:08 +10:00
|
|
|
- '**/*.md'
|
|
|
|
|
- '**/*.html'
|
|
|
|
|
- '**/*.js'
|
|
|
|
|
- '**/*.css'
|
2020-08-18 17:40:22 +10:00
|
|
|
- '**/*.txt'
|