-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Fix The process cannot access the file
in CI
#34137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
Outdated
Show resolved
Hide resolved
The process cannot access the file
in CIThe process cannot access the file
in CI
@@ -59,7 +59,7 @@ | |||
<ProjectReference | |||
Include="..\testassets\BasicTestApp\BasicTestApp.csproj" | |||
Targets="Build;Publish" | |||
Properties="TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\" /> | |||
Properties="BuildProjectReferences=false;TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\BasicTestApp\" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to do this for other ProjectReferences too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not too sure if that would have any other ramifications. This is the specific project reference @rainersigwald pointed out based on the failing binlog.
Fixes: #32219