File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,7 +256,9 @@ extends:
256256 tag : ' v$(VERSION_STRING)'
257257 title : ' $(VERSION_STRING)'
258258 releaseNotesSource : inline
259- assets : ' !**/**'
259+ assets : |
260+ !**/**
261+ $(Pipeline.Workspace)/Microsoft.Kiota.*.*nupkg
260262 changeLogType : issueBased
261263 isPreRelease : ' $(IS_PRE_RELEASE)'
262264 addChangeLog : true
Original file line number Diff line number Diff line change 22 <!-- Common default project properties for ALL projects-->
33 <PropertyGroup >
44 <VersionPrefix >1.9.8</VersionPrefix >
5- <VersionSuffix >preview </VersionSuffix >
5+ <VersionSuffix ></VersionSuffix >
66 <!-- This is overidden in test projects by setting to true-->
77 <IsTestProject >false</IsTestProject >
88 <!-- This is overidden in test projects by setting to true-->
5353 <ItemGroup Condition =" ('$(IsTestProject)' != 'true') and ('$(IsAnalyzerProject)' != 'true')" >
5454 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
5555 </ItemGroup >
56- </Project >
56+ </Project >
You can’t perform that action at this time.
0 commit comments