Skip to content

Commit

Permalink
Merge branch 'main' into kiota/v1.0/pipelinebuild/161941
Browse files Browse the repository at this point in the history
  • Loading branch information
andrueastman authored Sep 4, 2024
2 parents 3af197e + dd01b53 commit 87d131a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
$(Pipeline.Workspace)/Microsoft.Graph.Core.*.*nupkg
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Moq" Version="4.20.71" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 87d131a

Please sign in to comment.