Skip to content

Commit

Permalink
Merge branch 'main' into chore/kiota-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Dec 16, 2024
2 parents e40fb97 + 7afe7f9 commit 7c8c554
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.2.0"
".": "3.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project does adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.1](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.2.0...3.2.1) (2024-11-18)


### Bug Fixes

* removes upper bound on System.Net.Http.WinHttpHandler ([72aa793](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/72aa793b90964335c051d7ba1c06d2f9f6aa5524))
* removes upper bound on System.Net.Http.WinHttpHandler ([4f50933](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/commit/4f509338ed4440ae3f3e4cc6fe7069ce7bd3ee37))

## [3.2.0](https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/compare/3.1.22...3.2.0) (2024-11-08)


Expand Down
16 changes: 9 additions & 7 deletions pipelines/productionBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extends:
pwsh: true
enabled: true
- powershell: |
dotnet workload install android macos ios maccatalyst
dotnet workload install android macos ios maccatalyst
displayName: 'Install needed dotnet workloads'
- task: DotNetCoreCLI@2
displayName: 'dotnet restore'
Expand Down Expand Up @@ -243,6 +243,13 @@ extends:
dependsOn: build
jobs:
- deployment: deploy_nuget
templateContext:
type: releaseJob
isProduction: true
inputs:
- input: pipelineArtifact
artifactName: ProductionReleaseArtifact
targetPath: $(Pipeline.Workspace)
pool:
name: Azure-Pipelines-1ESPT-ExDShared
os: windows
Expand All @@ -258,11 +265,6 @@ extends:
inputs:
versionSpec: '>=5.2.0'
checkLatest: true
- task: DownloadPipelineArtifact@2
displayName: Download nupkg from artifacts
inputs:
artifact: ProductionReleaseArtifact
source: current
- task: PowerShell@2
displayName: 'Get Latest Commit SHA from repo'
inputs:
Expand Down Expand Up @@ -297,4 +299,4 @@ extends:
assetUploadMode: replace
assets: |
!**/**
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
2 changes: 1 addition & 1 deletion src/Microsoft.Graph.Core/Microsoft.Graph.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<AssemblyOriginatorKeyFile>35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<!-- x-release-please-start-version -->
<VersionPrefix>3.2.0</VersionPrefix>
<VersionPrefix>3.2.1</VersionPrefix>
<!-- x-release-please-end -->
<!-- VersionPrefix minor version should not be set when the change comes from the generator. It will be updated automatically. -->
<!-- VersionPrefix minor version must be manually set when making manual changes to code. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="Moq" Version="4.20.72" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="coverlet.collector" Version="6.0.2">
Expand Down

0 comments on commit 7c8c554

Please sign in to comment.