-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Refactor pipelines and add Installer jobs #40983
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 1 commit
Commits
Show all changes
93 commits
Select commit
Hold shift + click to select a range
90c6d28
Beginning to consolidate the pipelines. Only trying it for the CI pip…
MiYanni 4314cbf
Invalid syntax for parameter object.
MiYanni 8bb9f60
Trying to access a variable properly.
MiYanni 13806ca
Commenting out extra stuff for now.
MiYanni 578acea
Changed runTests to be runtime variable and only modify the condition…
MiYanni a3b3795
Does this work for PhaseName?
MiYanni 5287d25
What does this do?
MiYanni 0cc1f46
Trying oneEsPt as object name for template parameter object. Trying S…
MiYanni 90bb924
Let's see if Agent.JobName does anything for fun.
MiYanni 8bf4cb4
Added ability to set buildArchitecture. Fixing signing issue with mis…
MiYanni 7fafb93
Passing the variables down.
MiYanni 6fc8aee
In-progress for non-windows builds. Fixing signing using _TeamName.
MiYanni be2f780
Trying to add an ubuntu run.
MiYanni a3bf938
The linux containers don't have powershell on them. Lovely.
MiYanni 442a51c
Try using bash instead of script task.
MiYanni 96724b2
Do not do signing when running tests.
MiYanni 17a7020
Added RuntimeIdentifier variable. Added MacOS section. Commenting out…
MiYanni 2294de3
Messed up build section alignment.
MiYanni 7d2e73a
Remove nativeToolsOnMachine for non-windows. Set job name based on if…
MiYanni f783097
Converted everything to use compile-time parameters instead of matrix…
MiYanni be09faa
My test default doesn't work. 💢
MiYanni 4f82464
I think it doesn't like parameters that start with an underscore.
MiYanni 3ee96ef
Just testing this.
MiYanni c4afded
Trying to use the matrix.
MiYanni 9b90e6c
Forgot to remove this.
MiYanni 5b0ebdc
Setting these parameters directly.
MiYanni 4746438
Does this work?
MiYanni 03aaf13
No default params.
MiYanni e26bd78
Set it up so that job-matrix is only for passing the parameters requi…
MiYanni db296fd
Needed empty default variable set.
MiYanni e2f9740
Changed it to assignment.
MiYanni 3bd0000
Trying basic Linux build. Added Linux os/arch specific scripts.
MiYanni 4c3a078
Wrong indentation.
MiYanni 758ce4b
Still had tabbing wrong.
MiYanni 8381441
Does this work?
MiYanni 0498c93
Is this the problem?
MiYanni f1b94ee
Comment this section out.
MiYanni 20791c8
Huh
MiYanni e0b4bf0
Variables was wrong.
MiYanni 3955f5f
Does this work?
MiYanni 1ffbfe4
I don't understand.
MiYanni a86ca5f
Does this work?
MiYanni b6039ad
How about this?
MiYanni b81a92f
Trying Linux build adjustments.
MiYanni 73b97c2
Trying to fix using Agent.JobName since it is bugged and uses the dis…
MiYanni 2b24aa1
Added signArgument so that it is only used for windows. Checking if H…
MiYanni c9eafc3
Added the rest of the CI windows and linux build jobs.
MiYanni 51c4d0c
Added the rest of the jobs for Mac and the linux test jobs.
MiYanni 661b380
Just set it to false.
MiYanni 149e8d3
Enabled various other pipeline jobs/stages that were previously runni…
MiYanni 78fd4d1
Comment out source build and dotnet format again.
MiYanni 3aa2926
Comment out onelocbuild.
MiYanni 9515ff2
Commenting out post-build.
MiYanni c50ed05
Commenting out publish-build-assets.
MiYanni cdc29b4
Comment if statement.
MiYanni 24dd70f
Trying to use templateFolderName for partial path. Trying to fix log …
MiYanni 30308e1
Specified the template folder name improperly.
MiYanni 87c6e5c
Changed to using publishTaskPrefix. Set EnableDefaultArtifacts to fal…
MiYanni cf7da3e
Added EnableToolsetPublish to only publish the toolset nupkg once.
MiYanni d8eaca9
Enabled publishing for installer assets. Testing component governance…
MiYanni 9798e19
Use centosStream8 instead. Fix aot command path. Trying to fix test p…
MiYanni a934331
Added missing PgoTerm logic for Directory.Build.props. Fix AoT worklo…
MiYanni a4006bb
Trying to escape the semicolon.
MiYanni 950105f
Changed _CustomHelixTargetQueue to CustomHelixTargetQueue. Made AoT w…
MiYanni c4c2b76
Trying another workaround for specifying multiple projects.
MiYanni 5640710
Trying workaround for PowerShell projects syntax. Trying to get alpin…
MiYanni cfa29b3
Set alpine back to HostOSName.
MiYanni 3754ba4
Adding container to the helix testing queue declaration.
MiYanni b9046e4
Converted the .vsts-pr.yml to use the new templates. Minor formatting…
MiYanni b8224bf
Changed containers format from dictionary to list.
MiYanni 1d3aea2
Added information to specify helix container for testing. Moved publi…
MiYanni 3e02e40
Trying to escape parentheses for the helix queue param.
MiYanni 3891837
Fix CustomHelixTargetQueue formatting. Disable tests for all containe…
MiYanni dfb0876
Fixed running publish only for non-test runs. Cleaned up commented co…
MiYanni d1783b7
Disable SBOM for alpine jobs.
MiYanni fd61dda
Made sdk-job-matrix.yml have the default parameter sets per OS. Made …
MiYanni 16ca606
Realized the else condition won't work. Instead, made each explicit a…
MiYanni a7b6c48
Changed the CI parameter runTests to runTestBuild to not be confused …
MiYanni af0112b
Realized you cannot make the template engine testProjects a variable …
MiYanni ce7ee9c
Made enableDefaultArtifacts only run on the main official windows build.
MiYanni c445c77
Remove no longer used templates. Remove the richnav pipeline as it ha…
MiYanni 7d07210
Publish fsharp and roslyn packages only on the default artifacts leg
ViktorHofer 98922be
Update Directory.Build.props
ViktorHofer 0f48ec7
Merge branch 'main' into feature/pipeline-refactor
ViktorHofer 0407b3f
Update .vsts-ci.yml
ViktorHofer f256ddd
Correctly set DotNetReleaseShipping=true in Publishing.props
ViktorHofer 379cbc7
Always sign and publish .wixpack.zip
ViktorHofer 700e4e5
Include missing VS non-windows-x64 packages
ViktorHofer 35e60fd
Merge branch 'main' into feature/pipeline-refactor
ViktorHofer 2a72654
disable formatting sdk repo
ViktorHofer 1487429
Merge branch 'main' into feature/pipeline-refactor
ViktorHofer 67a92fe
Fix DetermineSourceBuiltSdkVersion target
ViktorHofer 84c6015
Update Directory.Build.targets
ViktorHofer 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
Added missing PgoTerm logic for Directory.Build.props. Fix AoT worklo…
…ad line with buildConfiguration. Trying to fix TemplateEngine test project specification.
- Loading branch information
commit a9343314a0813595b4f68c3f37bf53d08f1453ed
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
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
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.