Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ae0540

Browse files
authoredJul 6, 2021
Fix The process cannot access the file in CI (#34137)
* Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent 51dfc46 commit 0ae0540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<ProjectReference
6060
Include="..\testassets\BasicTestApp\BasicTestApp.csproj"
6161
Targets="Build;Publish"
62-
Properties="TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\" />
62+
Properties="BuildProjectReferences=false;TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\" />
6363

6464
<ProjectReference
6565
Include="..\testassets\GlobalizationWasmApp\GlobalizationWasmApp.csproj"

0 commit comments

Comments
 (0)
Please sign in to comment.