tiny-refactors #27
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user