From 532f706f88218eef36c4d59381d10d74208eba2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:27:03 +0000 Subject: [PATCH 1/3] Bump Moq from 4.20.70 to 4.20.71 Bumps [Moq](https://github.com/moq/moq) from 4.20.70 to 4.20.71. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md) - [Commits](https://github.com/moq/moq/compare/v4.20.70...v4.20.71) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Microsoft.Graph.DotnetCore.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj b/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj index 7f87ca45fc0..8e40e320f6a 100644 --- a/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj +++ b/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj @@ -17,7 +17,7 @@ - + all From faf68bb2b5dea48c36aab08ad5086350306aba74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:27:22 +0000 Subject: [PATCH 2/3] Bump Moq in /tests/Microsoft.Graph.DotnetCore.Test Bumps [Moq](https://github.com/moq/moq) from 4.20.70 to 4.20.71. - [Release notes](https://github.com/moq/moq/releases) - [Changelog](https://github.com/devlooped/moq/blob/main/changelog.md) - [Commits](https://github.com/moq/moq/compare/v4.20.70...v4.20.71) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../Microsoft.Graph.DotnetCore.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj b/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj index 7f87ca45fc0..8e40e320f6a 100644 --- a/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj +++ b/tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj @@ -17,7 +17,7 @@ - + all From bf4fd8ac346f752fb09326c162bb0e631167e6c9 Mon Sep 17 00:00:00 2001 From: Andrew Omondi Date: Tue, 3 Sep 2024 16:25:15 +0300 Subject: [PATCH 3/3] ci: fixing double tagging and GH releases --- .azure-pipelines/ci-build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index 53ef68b62bc..7c4a2d64af1 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -290,11 +290,11 @@ extends: inputs: gitHubConnection: 'Kiota_Release' target: $(Build.SourceVersion) + repositoryName: '$(Build.Repository.Name)' action: edit - tagSource: userSpecifiedTag - tag: 'v$(VERSION_STRING)' - title: 'v$(VERSION_STRING)' + tag: $(VERSION_STRING) + addChangeLog: false + assetUploadMode: replace assets: | !**/** - $(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg - addChangeLog: false \ No newline at end of file + $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg