Skip to content

Commit 118bb28

Browse files
committed
upda
1 parent 13f6075 commit 118bb28

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: dotnet restore ReswPlus.sln
4646

4747
- 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
4949

5050
- name: Run Unit Tests
5151
run: dotnet test tests/ReswPlusUnitTests/ReswPlusUnitTests.csproj --configuration ${{ env.BUILD_CONFIG }} --no-build --verbosity normal

samples/WinAppSDK/ReswPlusWinAppSDKSample/ReswPlusWinAppSDKSample.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@
2323
<AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms>
2424
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
2525
</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>
3626

3727
<ItemGroup>
3828
<Content Include="Assets\SplashScreen.scale-200.png" />

0 commit comments

Comments
 (0)