Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
qt-kaneko committed Jul 31, 2022
1 parent 29fb2fa commit e0ac138
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/dotnet.yml

This file was deleted.

2 changes: 1 addition & 1 deletion ReMOSD.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<!--https://github.com/dotnet/runtime/issues/64337, so go and publish AOT with github actions if you are on OSX on M1-->
<!--https://github.com/dotnet/runtime/issues/64337 -->
<PublishAot Condition="!($([MSBuild]::IsOSPlatform('OSX')) AND '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)' == 'Arm64')">
true
</PublishAot>
Expand Down

0 comments on commit e0ac138

Please sign in to comment.