File tree Expand file tree Collapse file tree 2 files changed +11
-33
lines changed Expand file tree Collapse file tree 2 files changed +11
-33
lines changed Original file line number Diff line number Diff line change 44
44
<Compile Remove =" RequestContext.cs" />
45
45
<Compile Remove =" UrlRequest.cs" />
46
46
<Compile Remove =" WindowInfo.cs" />
47
+ <!-- Don't include items from the "bin" and "obj" folders used by the .NET Framework projects. -->
48
+ <None Remove =" bin/**/*.*" />
49
+ <None Remove =" obj/**/*.*" />
50
+ <Compile Remove =" obj/**/*.*" />
47
51
</ItemGroup >
48
52
49
53
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
version : 93.1.70-CI{build}
2
2
3
- image :
4
- # - Visual Studio 2019 Preview
5
- - Visual Studio 2019
6
-
7
3
clone_depth : 10
8
4
9
- matrix :
10
- fast_finish : true
11
-
12
- configuration : Release
5
+ image : Visual Studio 2019
13
6
14
- # for:
15
- # -
16
- # matrix:
17
- # only:
18
- # - image: Visual Studio 2019
19
- # build_script:
20
- # - ps: .\build.ps1
21
- # test:
22
- # Test our Release x64 build
23
- # assemblies:
24
- # - CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
25
- # -
26
- # matrix:
27
- # only:
28
- # - image: Visual Studio 2019 Preview
29
- # build_script:
30
- # - ps: .\build.netcore.ps1
31
- # test_script:
32
- # Test our Release x64 build
33
- # dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll
7
+ configuration : Release
34
8
35
- # to run your custom scripts instead of automatic MSBuild
36
9
build_script :
37
10
- ps : .\build.ps1
11
+ - ps : .\build.netcore.ps1
38
12
39
- test :
40
- # Test our Release x64 build
41
- assemblies :
42
- - CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
13
+ test_script :
14
+ # Test our Release x64 build
15
+ - dotnet test CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
16
+ - dotnet test CefSharp.Test\bin.netcore \x64\Release\netcoreapp3.1\win-x64 \CefSharp.Test.dll
43
17
44
18
artifacts :
45
19
- path : NuGet\**\*.nupkg
You can’t perform that action at this time.
0 commit comments