Skip to content

Conversation

@sujitnayak
Copy link
Contributor

@sujitnayak sujitnayak commented Dec 5, 2022

Fixes #27766

The ClickOnce test is failing because it has not been updated for a corresponding change in the msbuild repo to set PublishDir property in the publish profile.

@ghost
Copy link

ghost commented Dec 5, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.


var command = new PublishCommand(testProjectInstance);
DirectoryInfo outputDirectory = null;
if (publishSingleFile ?? false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit:
I slightly prefer publishSingleFile == true

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed.

@sujitnayak sujitnayak force-pushed the user/sujitn/fixcotest branch from 280e837 to 7059223 Compare December 6, 2022 01:10
@sujitnayak sujitnayak merged commit 3ed8009 into main Dec 6, 2022
@sujitnayak sujitnayak deleted the user/sujitn/fixcotest branch December 6, 2022 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test Microsoft.NET.Publish.Tests.GivenThatWeWantToPublishAClickOnceProject.PublishClickOnceWithPublishProfile failed in CI

4 participants