Skip to content

Commit

Permalink
Remove shim rids prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jun 12, 2023
1 parent 90f5f82 commit aa3159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MauiCheck/MauiCheck.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ToolCommandName>maui-check</ToolCommandName>
<PackageOutputPath>./artifacts</PackageOutputPath>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PackAsToolShimRuntimeIdentifiers Condition="'$(GITHUB_ACTIONS)' == 'true' Or '$(TF_BUILD)' == 'true'">win-x64;win-x86;win-arm64;osx-x64;osx-arm64</PackAsToolShimRuntimeIdentifiers>
<!--<PackAsToolShimRuntimeIdentifiers Condition="'$(GITHUB_ACTIONS)' == 'true' Or '$(TF_BUILD)' == 'true'">win-x64;win-x86;win-arm64;osx-x64;osx-arm64</PackAsToolShimRuntimeIdentifiers>-->
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit aa3159a

Please sign in to comment.