We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a708dc commit 000fdd3Copy full SHA for 000fdd3
src/TypeScriptSample.Web/TypeScriptSample.Web.csproj
@@ -327,6 +327,9 @@
327
</FlavorProperties>
328
</VisualStudio>
329
</ProjectExtensions>
330
+ <PropertyGroup>
331
+ <PreBuildEvent>"$(SolutionDir)Tools\TypeScriptSample.Generator.exe" "$(SolutionDir)TypeScriptSample.Models\bin\debug\TypeScriptSample.Models.dll" "$(ProjectDir)App\server"</PreBuildEvent>
332
+ </PropertyGroup>
333
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
334
Other similar extension points exist, see Microsoft.Common.targets.
335
<Target Name="BeforeBuild">
0 commit comments