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

Configuration commands #3036

Merged
merged 43 commits into from
Mar 8, 2023
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c7e10fb
Mid-adding commands
JohnMcPMS Feb 15, 2023
dbd1c65
Hook up commands; needs experimental setup still
JohnMcPMS Feb 15, 2023
dfc75e7
Very basic show command hooked up and functional, working on apply
JohnMcPMS Feb 16, 2023
add857d
Expanded show command, implemented apply command. Both need integrat…
JohnMcPMS Feb 17, 2023
35fac60
Change API and flow to better present information as it is available …
JohnMcPMS Feb 28, 2023
9252d9e
Finish updates to show flow
JohnMcPMS Feb 28, 2023
2244699
Config unit test fixes
JohnMcPMS Feb 28, 2023
2164411
Merge branch 'master' into config-command
JohnMcPMS Feb 28, 2023
d30eb2a
Change commands to use existing not implemented path
JohnMcPMS Mar 1, 2023
d83500e
Fix tests that were leaving user settings file around
JohnMcPMS Mar 1, 2023
7343470
Add test processor factory
JohnMcPMS Mar 1, 2023
a553454
Merge branch 'master' into config-command
JohnMcPMS Mar 1, 2023
89706ef
Fixes to integrate with merge
JohnMcPMS Mar 2, 2023
b0ab59d
Configuration processor remoting impl
JohnMcPMS Mar 3, 2023
7239a7d
Merge branch 'master' into config-command
JohnMcPMS Mar 3, 2023
9720812
Improve failure reporting from remoting and set up package project fully
JohnMcPMS Mar 3, 2023
49af67e
Fix async progress callbacks happening on wrong thread context
JohnMcPMS Mar 3, 2023
0769704
Update agreement arg
JohnMcPMS Mar 3, 2023
cd607e3
Spelling fixes
JohnMcPMS Mar 3, 2023
a7f244a
Try AnyCPU build for remoting server
JohnMcPMS Mar 3, 2023
826fd74
Revert "Try AnyCPU build for remoting server"
JohnMcPMS Mar 3, 2023
7658eee
Merge branch 'master' into config-command
JohnMcPMS Mar 3, 2023
8050aeb
Add RIDs :shrug:
JohnMcPMS Mar 3, 2023
862ae92
Use different marshal function
JohnMcPMS Mar 4, 2023
581d323
More RIDs and always pull in from AnyCPU for package
JohnMcPMS Mar 4, 2023
1290142
PR feedback and smoke test in E2E
JohnMcPMS Mar 6, 2023
0b0794f
Add logging and artifact publish to investigate processor build error
JohnMcPMS Mar 6, 2023
b17b2cb
Revert "Add logging and artifact publish to investigate processor bui…
JohnMcPMS Mar 7, 2023
a9e6136
Publish dev package for testing
JohnMcPMS Mar 7, 2023
c9c84a6
Move the package output to maybe be included with the artifacts?
JohnMcPMS Mar 7, 2023
00dab2c
Try moving the appxpackages directory and directly referencing the co…
JohnMcPMS Mar 7, 2023
79a0b8d
Update spelling
JohnMcPMS Mar 7, 2023
1b80556
Fix pipeline
JohnMcPMS Mar 7, 2023
d33eb06
Revert "Revert "Add logging and artifact publish to investigate proce…
JohnMcPMS Mar 7, 2023
7569ed1
More files published
JohnMcPMS Mar 7, 2023
57b0363
Dump build output directory
JohnMcPMS Mar 7, 2023
4b280d3
Fix pipeline
JohnMcPMS Mar 7, 2023
8ded116
Try using OutDir like E2E tests to get correct location on build server
JohnMcPMS Mar 7, 2023
d16ee92
Closing in?
JohnMcPMS Mar 7, 2023
2e09143
Revert OutDir
JohnMcPMS Mar 7, 2023
b076839
Fix relative file path, ignore smoke test for now, add message for pr…
JohnMcPMS Mar 8, 2023
4cbeeec
Remove some debugging steps from pipeline and use win10 RIDs
JohnMcPMS Mar 8, 2023
ca21ff8
Nope, has to be win-arch
JohnMcPMS Mar 8, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Revert "Add logging and artifact publish to investigate proce…
…ssor build error""

This reverts commit b17b2cb.
JohnMcPMS committed Mar 7, 2023
commit d33eb068fc3e9b9cd606a3d0947e2cf7c366b1bd
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -325,6 +325,12 @@ jobs:
TargetFolder: '$(artifactsDir)\DevPackage'
condition: always()

- task: PublishPipelineArtifact@1
displayName: Publish CsWinRT logs for Processor
inputs:
targetPath: 'src\Microsoft.Management.Configuration.Processor\obj\Release\net6.0-windows10.0.19041.0\Generated Files\log.txt'
condition: always()

- task: PublishPipelineArtifact@1
displayName: Publish Pipeline Artifacts
inputs:
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<CsWinRTEnableLogging>true</CsWinRTEnableLogging>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">