Skip to content

Commit 87d131a

Browse files
authored
Merge branch 'main' into kiota/v1.0/pipelinebuild/161941
2 parents 3af197e + dd01b53 commit 87d131a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,11 @@ extends:
290290
inputs:
291291
gitHubConnection: 'Kiota_Release'
292292
target: $(Build.SourceVersion)
293+
repositoryName: '$(Build.Repository.Name)'
293294
action: edit
294-
tagSource: userSpecifiedTag
295-
tag: 'v$(VERSION_STRING)'
296-
title: 'v$(VERSION_STRING)'
295+
tag: $(VERSION_STRING)
296+
addChangeLog: false
297+
assetUploadMode: replace
297298
assets: |
298299
!**/**
299-
$(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
300-
addChangeLog: false
300+
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg

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

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

1818
<ItemGroup>
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
20-
<PackageReference Include="Moq" Version="4.20.70" />
20+
<PackageReference Include="Moq" Version="4.20.71" />
2121
<PackageReference Include="xunit" Version="2.9.0" />
2222
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
2323
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)