Skip to content

Commit

Permalink
dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Aug 30, 2021
1 parent 8e9a13a commit c229527
Showing 1 changed file with 33 additions and 40 deletions.
73 changes: 33 additions & 40 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,59 +1,52 @@
version: 93.1.70-CI{build}

image:
# - Visual Studio 2019 Preview
- Visual Studio 2019

clone_depth: 10

environment:
matrix:
- job_name: netframework
appveyor_build_worker_image: Visual Studio 2019
- job_name: netcore
appveyor_build_worker_image: Visual Studio 2019

matrix:
fast_finish: true

configuration: Release

#for:
# -
# matrix:
# only:
# - image: Visual Studio 2019
# build_script:
# - ps: .\build.ps1
# test:
for:
-
matrix:
only:
- job_name: netframework
build_script:
- ps: .\build.ps1
test_script:
# Test our Release x64 build
# assemblies:
# - CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
# -
# matrix:
# only:
# - image: Visual Studio 2019 Preview
# build_script:
# - ps: .\build.netcore.ps1
# test_script:
- dotnet test CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
-
matrix:
only:
- job_name: netcore
build_script:
- ps: .\build.netcore.ps1
test_script:
# Test our Release x64 build
# dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll

# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1

test:
# Test our Release x64 build
assemblies:
- CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
- dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll

artifacts:
- path: NuGet\**\*.nupkg
name: nupkgfiles

# Publish to myget.org feed
deploy:
provider: NuGet
server: https://www.myget.org/F/cefsharp/api/v2/package
api_key:
secure: V8du2PPvMPok3Ya701jt5v2XWQgOZf52/H5wDHXBpKvXYkIIe8sonhVUy2TmEkqt
skip_symbols: true
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles
#deploy:
# provider: NuGet
# server: https://www.myget.org/F/cefsharp/api/v2/package
# api_key:
# 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:
Expand Down

0 comments on commit c229527

Please sign in to comment.