Skip to content

Commit 3ac33cf

Browse files
committed
Try to fix release build (again)
1 parent 7b6fc53 commit 3ac33cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Assets/build/Microsoft.AspNetCore.App.Internal.Assets.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
Condition="'@(_FrameworkStaticWebAssetCandidate->Count())' != '0'"
3030
CandidateAssets="@(_FrameworkStaticWebAssetCandidate)"
3131
SourceId="Microsoft.AspNetCore.App.Internal.Assets"
32-
SourceType="Discovered"
32+
SourceType="Project"
3333
AssetKind="All"
3434
FingerprintCandidates="true"
3535
BasePath="$(StaticWebAssetBasePath)">

0 commit comments

Comments
 (0)