File tree 2 files changed +6
-6
lines changed
tests/Microsoft.Graph.DotnetCore.Test
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -290,11 +290,11 @@ extends:
290
290
inputs :
291
291
gitHubConnection : ' Kiota_Release'
292
292
target : $(Build.SourceVersion)
293
+ repositoryName : ' $(Build.Repository.Name)'
293
294
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
297
298
assets : |
298
299
!**/**
299
- $(Pipeline.Workspace)/Microsoft.Graph.*.*nupkg
300
- addChangeLog : false
300
+ $(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
Original file line number Diff line number Diff line change 17
17
18
18
<ItemGroup >
19
19
<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 " />
21
21
<PackageReference Include =" xunit" Version =" 2.9.0" />
22
22
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8.2" >
23
23
<PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments