Skip to content

Commit

Permalink
fix copy paste mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Jan 27, 2024
1 parent 7b60d77 commit a1198db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<MSBuild Projects="$(ExtProject)" Properties="@(ExtProperties)" Targets="$(ExtTarget)" />
</Target>

<Target Name="CmakeCompile" AfterTargets="Compile">
<Target Name="CmakeCompile" BeforeTargets="CoreCompile">
<MSBuild Projects="$(ExtProject)" Properties="@(ExtProperties)" Targets="$(ExtTarget)" />
</Target>

Expand Down
2 changes: 1 addition & 1 deletion src/Installers/Runtime/Runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<MSBuild Projects="$(ExtProject)" Properties="@(ExtProperties)" Targets="$(ExtTarget)" />
</Target>

<Target Name="CmakeCompile" AfterTargets="GenerateNuspec">
<Target Name="CmakeCompile" BeforeTargets="GenerateNuspec">
<Message Importance="high" Text="Updating nuspec &quot;$(NuspecFile)&quot;..." />
<MSBuild Projects="$(ExtProject)" Properties="@(ExtProperties)" Targets="$(ExtTarget)" />
</Target>
Expand Down

0 comments on commit a1198db

Please sign in to comment.