File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414
1515 <PropertyGroup Condition =" '$(PlatformTarget)' == 'x86'" >
16- <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == ''" >win7 -x86</RuntimeIdentifier >
16+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == ''" >win -x86</RuntimeIdentifier >
1717 </PropertyGroup >
1818
1919 <PropertyGroup Condition =" '$(PlatformTarget)' == 'x64'" >
20- <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == ''" >win7 -x64</RuntimeIdentifier >
20+ <RuntimeIdentifier Condition =" '$(RuntimeIdentifier)' == ''" >win -x64</RuntimeIdentifier >
2121 </PropertyGroup >
2222
2323 <ItemGroup >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build_script:
1212
1313test_script :
1414 # Test our Release x64 build
15- - dotnet test CefSharp.Test\bin\x64\Release\win7 -x64\CefSharp.Test.dll --verbosity normal
15+ - dotnet test CefSharp.Test\bin\x64\Release\win -x64\CefSharp.Test.dll --verbosity normal
1616 - dotnet test CefSharp.Test\bin.netcore\x64\Release\netcoreapp3.1\win-x64\CefSharp.Test.dll --verbosity normal
1717
1818artifacts :
You can’t perform that action at this time.
0 commit comments