Skip to content

Commit 2bf01fa

Browse files
committed
Net Framework - Change RuntimeIdentifiers (follow up)
- Change tests to use win identifier Follow up to commit 1b5dd78
1 parent 1b5dd78 commit 2bf01fa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CefSharp.Test/CefSharp.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
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>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_script:
1212

1313
test_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

1818
artifacts:

0 commit comments

Comments
 (0)