Skip to content

Commit 3e99c89

Browse files
authored
Merge branch 'main' into kiota/beta/pipelinebuild/161941
2 parents 7c5cfba + e41b31a commit 3e99c89

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pipelines/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,12 +304,12 @@ extends:
304304
inputs:
305305
gitHubConnection: 'Kiota_Release'
306306
target: $(Build.SourceVersion)
307+
repositoryName: '$(Build.Repository.Name)'
307308
action: edit
308-
tagSource: userSpecifiedTag
309-
tag: 'v$(VERSION_STRING)'
310-
title: 'v$(VERSION_STRING)'
309+
tag: $(VERSION_STRING)
310+
addChangeLog: false
311+
assetUploadMode: replace
311312
assets: |
312313
!**/**
313314
$(Pipeline.Workspace)/Microsoft.Graph.Beta.*.*nupkg
314-
addChangeLog: false
315315

tests/Microsoft.Graph.DotnetCore.Test/Microsoft.Graph.DotnetCore.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<ItemGroup>
2424
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
25-
<PackageReference Include="Moq" Version="4.20.70" />
25+
<PackageReference Include="Moq" Version="4.20.71" />
2626
<PackageReference Include="xunit" Version="2.9.0" />
2727
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />
2828
</ItemGroup>

0 commit comments

Comments
 (0)