mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 06:36:31 +00:00
don't update loaderconfig.json on each update
This commit is contained in:
@@ -33,13 +33,16 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="loaderconfig.json">
|
||||
<Content Include="loaderconfig.prod.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Remove="updater.cmd" />
|
||||
<Content Include="updater.cmd">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Update="loaderconfig.stage.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"DirectoriesConfig":
|
||||
{
|
||||
"SuiteInstallerDirectory": "suite-stage"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user