Skip to content

Commit

Permalink
Enable publishing in VMR (#7233)
Browse files Browse the repository at this point in the history
* Enable publishing in VMR

* Trim publishing content to minimum required

* Add reference to tracking issue

* Trim publishing.props file
  • Loading branch information
NikolaMilosavljevic authored Mar 14, 2024
1 parent d98dd32 commit 82f8a1f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions eng/Publishing.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<PublishingVersion>3</PublishingVersion>
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>
</PropertyGroup>
</Project>
<PropertyGroup>
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>
</PropertyGroup>

<ItemGroup>
<ItemsToPushToBlobFeed Include="$(ArtifactsPackagesDir)Release\*.nupkg"
IsShipping="true"
UploadPathSegment="Roslyn-analyzers"
Condition="'$(DotNetBuildSourceOnly)' == 'true'" />
</ItemGroup>

</Project>

0 comments on commit 82f8a1f

Please sign in to comment.