Skip to content

Commit

Permalink
Merge pull request #62449 from dotnet/merges/release/dev17.0-vs-deps-…
Browse files Browse the repository at this point in the history
…to-release/dev17.2

Merge release/dev17.0-vs-deps to release/dev17.2
  • Loading branch information
JoeRobich authored Jul 7, 2022
2 parents 49074bb + c99255e commit 91f2c11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ stages:
/p:DotNetArtifactsCategory=$(_DotNetArtifactsCategory)
/p:DotnetPublishUsingPipelines=true
/p:IgnoreIbcMergeErrors=true
/p:GenerateSbom=true
condition: succeeded()

- template: eng\common\templates\steps\generate-sbom.yml
Expand Down
5 changes: 5 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
},
"tools": {
"dotnet": "7.0.100-preview.4.22252.9",
"runtimes": {
"dotnet": [
"3.1.0"
]
},
"vs": {
"version": "17.0"
},
Expand Down

0 comments on commit 91f2c11

Please sign in to comment.