Skip to content

Commit 2f80167

Browse files
authored
Don't generate the typescript file locally (dotnet#30258)
* Don't generate the typescript file locally * Create HybridWebView.js
1 parent 98b92a1 commit 2f80167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/src/Core.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
<TypeScriptSourceMap>false</TypeScriptSourceMap>
7878
<TypeScriptNoImplicitAny>true</TypeScriptNoImplicitAny>
7979
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
80+
<TypeScriptCompileBlocked Condition=" '$(CI)' != 'true' and '$(TF_BUILD)' != 'true' ">true</TypeScriptCompileBlocked>
8081
</PropertyGroup>
8182
<ItemGroup>
8283
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.7.1">

0 commit comments

Comments
 (0)