Skip to content

Commit 7c97745

Browse files
committed
Fix E2E tests
1 parent e77ebc4 commit 7c97745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Assets/Pack/Microsoft.AspNetCore.Assets.Pack.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<_ReferenceAssetCandidates Include="@(_BlazorJSFile)" />
7474
<_ReferenceAssetCandidates Include="@(_BlazorJSMapFile)" />
7575
<_ReferenceAssetCandidates>
76-
<RelativePath>$(StaticWebAssetBasePath)/%(FileName)%(Extension)</RelativePath>
76+
<RelativePath>$(StaticWebAssetBasePath)\%(FileName)%(Extension)</RelativePath>
7777
<ContentRoot>$([System.IO.Path]::GetFullPath($([System.IO.Path]::GetDirectoryName('%(Identity)'))))</ContentRoot>
7878
</_ReferenceAssetCandidates>
7979
</ItemGroup>
@@ -82,7 +82,7 @@
8282
Condition="'@(_ReferenceAssetCandidates->Count())' != '0'"
8383
CandidateAssets="@(_ReferenceAssetCandidates)"
8484
SourceId="$(PackageId)"
85-
SourceType="Project"
85+
SourceType="Discovered"
8686
AssetKind="All"
8787
FingerprintCandidates="true"
8888
BasePath="$(StaticWebAssetBasePath)"

0 commit comments

Comments
 (0)