0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 17:10:44 -05:00

add rider post build target

This commit is contained in:
IsWaffle 2023-10-10 10:13:49 -04:00
parent 3e73329cf7
commit fdc31fbcf9
2 changed files with 5 additions and 1 deletions

View File

@ -15,4 +15,8 @@
<Exec Command="dotnet cake &quot;../build.cake&quot; --config=&quot;$(ConfigurationName)&quot; --vsbuilt=true" />
</Target>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(BuildingByReSharper)' == 'true'">
<Exec Command="dotnet cake &quot;../build.cake&quot; --config=&quot;$(ConfigurationName)&quot; --vsbuilt=true" />
</Target>
</Project>

View File

@ -51,7 +51,7 @@
/>
<!-- LocaleCollection reloads the locale from file when the selected loacle changes -->
<ComboBox Items="{Binding Locales.AvailableLocales}" MinWidth="200"
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay, }"
SelectedItem="{Binding Locales.SelectedLocale, Mode=TwoWay }"
/>
</StackPanel>