You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<_BuildAssetsForManifestCandidateInclude="@(StaticWebAsset)"Condition="'%(AssetTraitName)' != 'BlazorServiceWorker' and '%(AssetRole)' != 'Alternative' and Exists('%(Identity)')" />
115
-
<_BuildAssetsForManifestCandidateInclude="@(StaticWebAsset->'%(OriginalItemSpec)')"Condition="'%(AssetTraitName)' != 'BlazorServiceWorker' and '%(AssetRole)' != 'Alternative' and !Exists('%(Identity)')" />
114
+
<_BuildAssetsForManifestCandidateInclude="@(StaticWebAsset)"Condition="'%(StaticWebAsset.AssetTraitName)' != 'BlazorServiceWorker' and '%(AssetRole)' != 'Alternative' and Exists('%(Identity)')" />
115
+
<_BuildAssetsForManifestCandidateInclude="@(StaticWebAsset->'%(OriginalItemSpec)')"Condition="'%(StaticWebAsset.AssetTraitName)' != 'BlazorServiceWorker' and '%(AssetRole)' != 'Alternative' and !Exists('%(Identity)')" />
116
116
</ItemGroup>
117
117
118
118
<ComputeStaticWebAssetsForCurrentProject
@@ -132,7 +132,7 @@ Copyright (c) .NET Foundation. All rights reserved.
0 commit comments