tiny-refactors #27

Merged
jleicher merged 4 commits from tiny-refactors into master 2020-12-17 12:01:12 +01:00
Showing only changes of commit f9c6b23e5c - Show all commits

View File

@ -14,4 +14,11 @@
<ProjectReference Include="..\..\Infrastructure\Infrastructure.csproj" />
</ItemGroup>
<!-- Utilisation de l'incremental build fournit par MSBuild pour exécuter la tâche que quand nécessaire -->
<!-- <Target Name="npm install as needed" BeforeTargets="BeforeBuild" Inputs="package.json" Outputs="package.json.tmp">
<Message Text="Installing npm packages" />
<Exec Command="npm i" />
<Copy SourceFiles="package.json" DestinationFiles="package.json.tmp" />
</Target> -->
</Project>