File tree 2 files changed +5
-5
lines changed
tests/Microsoft.Graph.DotnetCore.Test
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -304,12 +304,12 @@ extends:
304
304
inputs :
305
305
gitHubConnection : ' Kiota_Release'
306
306
target : $(Build.SourceVersion)
307
+ repositoryName : ' $(Build.Repository.Name)'
307
308
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
311
312
assets : |
312
313
!**/**
313
314
$(Pipeline.Workspace)/Microsoft.Graph.Beta.*.*nupkg
314
- addChangeLog : false
315
315
Original file line number Diff line number Diff line change 22
22
23
23
<ItemGroup >
24
24
<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 " />
26
26
<PackageReference Include =" xunit" Version =" 2.9.0" />
27
27
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
28
28
</ItemGroup >
You can’t perform that action at this time.
0 commit comments