File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
samples/WinAppSDK/ReswPlusWinAppSDKSample Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 45
45
run : dotnet restore ReswPlus.sln
46
46
47
47
- name : Build Solution
48
- run : msbuild ReswPlus.sln /p:Configuration=${{ env.BUILD_CONFIG }} /p:Platform="Any CPU"
48
+ run : msbuild ReswPlus.sln /p:Configuration=${{ env.BUILD_CONFIG }} /p:Platform=x64
49
49
50
50
- name : Run Unit Tests
51
51
run : dotnet test tests/ReswPlusUnitTests/ReswPlusUnitTests.csproj --configuration ${{ env.BUILD_CONFIG }} --no-build --verbosity normal
Original file line number Diff line number Diff line change 23
23
<AppxBundlePlatforms >x86|x64|arm64</AppxBundlePlatforms >
24
24
<HoursBetweenUpdateChecks >0</HoursBetweenUpdateChecks >
25
25
</PropertyGroup >
26
-
27
- <PropertyGroup Condition =" '$(Platform)' == 'x86' " >
28
- <RuntimeIdentifier >win-x86</RuntimeIdentifier >
29
- </PropertyGroup >
30
- <PropertyGroup Condition =" '$(Platform)' == 'x64' " >
31
- <RuntimeIdentifier >win-x64</RuntimeIdentifier >
32
- </PropertyGroup >
33
- <PropertyGroup Condition =" '$(Platform)' == 'ARM64' " >
34
- <RuntimeIdentifier >win-arm64</RuntimeIdentifier >
35
- </PropertyGroup >
36
26
37
27
<ItemGroup >
38
28
<Content Include =" Assets\SplashScreen.scale-200.png" />
You can’t perform that action at this time.
0 commit comments