Skip to content

Commit

Permalink
Net Core - AppVeyor run tests and build x86/x64 (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau authored Aug 14, 2020
1 parent 3735078 commit 1acd28b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ for:
nuget restore CefSharp.Core\packages.config -PackagesDirectory packages &
nuget restore CefSharp.BrowserSubprocess.Core\packages.config -PackagesDirectory packages &
msbuild /t:restore CefSharp3.netcore.sln
build:
project: CefSharp3.netcore.sln
build_script:
msbuild /t:build CefSharp3.netcore.sln /p:Platform=x86 &
msbuild /t:build CefSharp3.netcore.sln /p:Platform=x64
after_build:
nuget pack nuget\PackageReference\CefSharp.Common.NETCore.nuspec -NoPackageAnalysis -Version %APPVEYOR_BUILD_VERSION% -OutputDirectory nuget\PackageReference -Properties "RedistVersion=$RedistVersion;" &
nuget pack nuget\PackageReference\CefSharp.OffScreen.NETCore.nuspec -NoPackageAnalysis -Version %APPVEYOR_BUILD_VERSION% -OutputDirectory nuget\PackageReference &
nuget pack nuget\PackageReference\CefSharp.Wpf.NETCore.nuspec -NoPackageAnalysis -Version %APPVEYOR_BUILD_VERSION% -OutputDirectory nuget\PackageReference &
nuget pack nuget\PackageReference\CefSharp.WinForms.NETCore.nuspec -NoPackageAnalysis -Version %APPVEYOR_BUILD_VERSION% -OutputDirectory nuget\PackageReference
test:
test_script:
# Test our Release x64 build
assemblies:
- CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\CefSharp.Test.dll
dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\CefSharp.Test.dll

artifacts:
- path: NuGet\**\*.nupkg
Expand Down

0 comments on commit 1acd28b

Please sign in to comment.