Skip to content

Commit c04e798

Browse files
Disable Static Web Assets
Disable static web assets as it can cause file-write conflicts in parallel builds.
1 parent e1287bc commit c04e798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3737
<RepositoryType>git</RepositoryType>
3838
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
39+
<StaticWebAssetsEnabled>false</StaticWebAssetsEnabled>
3940
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
4041
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
4142
<UseArtifactsOutput>true</UseArtifactsOutput>

0 commit comments

Comments
 (0)