We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b92a1 commit 2f80167Copy full SHA for 2f80167
src/Core/src/Core.csproj
@@ -77,6 +77,7 @@
77
<TypeScriptSourceMap>false</TypeScriptSourceMap>
78
<TypeScriptNoImplicitAny>true</TypeScriptNoImplicitAny>
79
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
80
+ <TypeScriptCompileBlocked Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">true</TypeScriptCompileBlocked>
81
</PropertyGroup>
82
<ItemGroup>
83
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.7.1">
0 commit comments