-
Notifications
You must be signed in to change notification settings - Fork 531
Update Windows CI scripts #1797
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
de10cab
No longer use visual studio for windows build, instead use latest dotnet
imalcolm1 9fde141
Removed an old echo statement
imalcolm1 d19edb6
Update net build target
imalcolm1 e60456f
Make use of installed dotnet wherever possible
imalcolm1 fb34c9f
Better copy target
imalcolm1 804f066
Remove WPF WAP builds until we can fix them
imalcolm1 9535f57
RELEASE_VERSION default is now 300.1.0
imalcolm1 adaa427
Set default dotnet version and install maui workloads
imalcolm1 fc3d69c
Copy WPF exes to output folder
imalcolm1 179fdb4
Support for caching the nuget installation
imalcolm1 261fa22
Deleted empty file
imalcolm1 2930ec7
Added diagnostic verbosity to msbuild command to help troubleshoot
imalcolm1 46aeb7b
Escape quotes on PUBLISHER property to fix spaces in the PUBLISHER va…
imalcolm1 8098806
Switched quotes
imalcolm1 f4e6d68
Trying something else
imalcolm1 aefc9c7
Trying something else else
imalcolm1 2fb07ef
Trying removing PUBLISHER as a parameter
imalcolm1 a1e7503
Deal with escaped quotes
imalcolm1 1e1c3c2
Mess with msbuild logging outputs
imalcolm1 25c060e
TO REVERT: Frankenbuild for logs
imalcolm1 39b62a8
TO REVERT: More logs hopefully
imalcolm1 97cfeaf
Even more logs
imalcolm1 5634289
Revert "TO REVERT: Frankenbuild for logs"
imalcolm1 5f9190c
Fix WPF files not being copied
imalcolm1 ecf3f26
Clean up unnecessary properties
imalcolm1 feca29d
Remove detailed verbosity
imalcolm1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
Since we are moving away from using Visual Studio for the builds, we are going to need to find another way to package the WPF viewer as a store build. For now we're removing the WAP builds, and will make an internal issue to fix this before the next release. We can always build the store package manually