-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Infra changes for Microsoft.WinGet.Client and AppInstallerCLIE2ETests #2746
Conversation
This comment has been minimized.
This comment has been minimized.
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(WingetUseProdClsids)' == 'true'"> | ||
<DefineConstants>USE_PROD_CLSIDS</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(WingetUseProdClsids)' == 'true'"> | ||
<DefineConstants>USE_PROD_CLSIDS</DefineConstants> | ||
</PropertyGroup> |
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.
nit: this is duplicate #Resolved
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
<WarningsAsErrors /> |
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.
src/stylecop.json
Outdated
"documentationRules": { | ||
"companyName": "Microsoft Corporation", | ||
"copyrightText": " Copyright (c) {companyName}. Licensed under the MIT License.", | ||
"headerDecoration": "-----------------------------------------------------------------------------" | ||
"headerDecoration": "-----------------------------------------------------------------------------", |
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.
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.
This PR contains several infra changes:
In preparation of #2697
Microsoft Reviewers: Open in CodeFlow