-
Notifications
You must be signed in to change notification settings - Fork 1.4k
15.9 MicroBuild template with SBOM #11654
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
Open
JanProvaznik
wants to merge
58
commits into
dotnet:vs15.9
Choose a base branch
from
JanProvaznik:MicroBuildWithSBOM
base: vs15.9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
9a4eb56
Change the pipeline with MicroBuildTemplate
GangWang01 e0b3853
Mitigate LASTEXITCODE issue
GangWang01 e736b11
change xunit version
YuliiaKovalova 6bddf6c
add missed xunit refs
YuliiaKovalova a14c3c7
update more xunit packages
YuliiaKovalova f4f87b8
xunit hell
YuliiaKovalova 7835f70
merge
YuliiaKovalova a2678a9
resolve ref conflict in NetCore.Extensions
YuliiaKovalova 05514bc
update plugins
YuliiaKovalova f00cd26
play with the package more
YuliiaKovalova df9fd1a
add more xunit
YuliiaKovalova aaff92d
change packageref condition
YuliiaKovalova 4a8001c
version change
YuliiaKovalova bb6821d
these versions are killing me
YuliiaKovalova 89360ec
update Authenticode to Microsoft400
YuliiaKovalova 037ed1f
update certificate name
YuliiaKovalova 01b316c
return RoslynTools.RepoToolset 1.0.0-beta2-62901-01 to avoid GetVsixV…
YuliiaKovalova 598a282
add dummy GetVsixVersion
YuliiaKovalova 44ddc19
add UpdateRestoreSources target
YuliiaKovalova d38eec1
move UpdateRestoreSources to Version.props
YuliiaKovalova f7ec90d
one more time with GetVsixVersion
YuliiaKovalova c90ee77
disable Publish Symbols to Artifact Services
YuliiaKovalova 0e5a929
Set options for VSTS Drop
GangWang01 f8f5743
Set access token for publish symbols
GangWang01 3eacfa7
Publish symbols
GangWang01 38b6e6e
Adjust the path to packages in SignTool data
GangWang01 9e19e35
Generate SBOM for VS insertion
GangWang01 962a9ea
Remove GenerateSbom
GangWang01 85700b4
Enable SBOM plugin
GangWang01 43936d0
Try task MicroBuildSbomPlugin instead
GangWang01 ba6f471
Try to generate SBOM
GangWang01 07a3232
Remove installing SBOM plugin
GangWang01 e221679
Place SBOM files in VSSetup Insertion folder
GangWang01 5854541
Try the package Microsoft.VisualStudio.Internal.MicroBuild.VisualStudio
GangWang01 13ff4e0
Change the build pipeline using MicroBuild template
GangWang01 8e24179
Resolve the issues of xUnit packages
GangWang01 351e637
Comment out the test that could find the namespace
GangWang01 787351d
Revert back
GangWang01 5b4c9f9
Update the images for PR pipeline
GangWang01 46a716b
Change the VS path for running on Windows
GangWang01 0a52010
Use public nuget feeds instead
GangWang01 194d43b
Revert 'Resolve the issues of xUnit packages'
GangWang01 b4c6d98
add drop name to upload in template
JanProvaznik 8d9462f
manually embed
JanProvaznik 7455ddd
format
JanProvaznik dbba1e7
remove nuget dependency
JanProvaznik 01e89cb
investigate
JanProvaznik 7f36acb
fix republishing
JanProvaznik 1c2efcd
fix vsix link in vsman
JanProvaznik 92c56dd
fix adding url
JanProvaznik 3298416
;
JanProvaznik c9b5f74
Merge branch 'pr-11629' into exp/janpro/15.9
JanProvaznik 4d31abb
remove doubled steps in ci after merge
JanProvaznik 2eabf58
disable PdbGit
YuliiaKovalova 999302d
Revert the changes that resolve the issue of xunit packages
GangWang01 165e3c7
Remove the unnecessary target that is used for debugging Nerdbank.Git…
GangWang01 dfc2358
Add comments
GangWang01 03350fc
Remove the test because the namespace Microsoft.CodeAnalysis.BuildTas…
GangWang01 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 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.
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.
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.
These don't seem to be working; what's the plan?
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.
it's a pipeline that works only in Github. I think we agreed not to touch it.