Skip to content
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

General Hygiene fixes #1139

Merged
merged 3 commits into from
Dec 15, 2022
Merged

General Hygiene fixes #1139

merged 3 commits into from
Dec 15, 2022

Conversation

bpulliam
Copy link
Contributor

Description

Update WinAppSDK version to 1.2.2
Update Build Tools version
Adds standard nuget.config
Fixes #1120
Removes unneeded mux prefix

Motivation and Context

General cleanup

@bpulliam bpulliam merged commit bf2ce8f into microsoft:main Dec 15, 2022
@bpulliam bpulliam deleted the misc branch December 15, 2022 16:43
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />

<!-- a local directory to allow testing nupkg files without pushing to a remote feed -->
<add key="packagestore" value="packagestore" />

Choose a reason for hiding this comment

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

This will cause build to fail for those who don't have packagestore locally 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call. I'll submit a PR with a fix.

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.

Redundant personal cert is included in the package project file
3 participants