Skip to content

Commit

Permalink
Merge pull request #244 from AvaloniaUI/add-overiew.md-as-artifact
Browse files Browse the repository at this point in the history
Add overview.md as aftifact and correct publishmanifest
  • Loading branch information
Takoooooo authored Mar 8, 2022
2 parents 0955932 + 0bfbace commit e86cf4f
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="overview.md" />
<None Include="overview.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="publishManifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 0 additions & 2 deletions AvaloniaVS.VS2019AndEarlier/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ Avalonia is a cross-platform XAML-based UI framework providing a flexible stylin

The Avalonia for Visual Studio Extension contains project and control templates that will help you get started. For a starter guide see [our documentation](https://docs.avaloniaui.net/docs/getting-started).

![](../image__1.png)

## Support for Newer Versions
If you're using VS2022 you need to install the extension for [newer version](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaVS).
2 changes: 1 addition & 1 deletion AvaloniaVS.VS2019AndEarlier/publishManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": {
"internalName": "AvaloniaforVisualStudio"
},
"overview": "/AvaloniaVS.VS2019AndEarlier/overview.md",
"overview": "overview.md",
"publisher": "AvaloniaTeam",
"qna": true,
"repo": "https://github.com/AvaloniaUI/AvaloniaVS"
Expand Down
4 changes: 3 additions & 1 deletion AvaloniaVS.VS2022/AvaloniaVS.VS2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="overview.md" />
<None Include="overview.md">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="publishManifest.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down
2 changes: 0 additions & 2 deletions AvaloniaVS.VS2022/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ Avalonia is a cross-platform XAML-based UI framework providing a flexible stylin

The Avalonia for Visual Studio Extension contains project and control templates that will help you get started. For a starter guide see [our documentation](https://docs.avaloniaui.net/docs/getting-started).

![](../image__1.png)

## Support for Older Versions
If you're using VS2019 or VS2017 you need to install the extension for [older versions](https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.AvaloniaforVisualStudio).
2 changes: 1 addition & 1 deletion AvaloniaVS.VS2022/publishManifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"identity": {
"internalName": "AvaloniaVS"
},
"overview": "/AvaloniaVS.VS2022/overview.md",
"overview": "overview.md",
"publisher": "AvaloniaTeam",
"qna": true,
"repo": "https://github.com/AvaloniaUI/AvaloniaVS"
Expand Down
5 changes: 5 additions & 0 deletions AvaloniaVS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaloniaVS.VS2022", "Avalon
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "AvaloniaVS.Shared", "AvaloniaVS.Shared\AvaloniaVS.Shared.shproj", "{40D9809E-D179-44B2-BF42-61D781FB74F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBEFDE34-004E-47D0-A7D0-18A912DAFB2D}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
AvaloniaVS.Shared\AvaloniaVS.Shared.projitems*{1029ec08-7b2e-4018-b20d-e85ca58deb59}*SharedItemsImports = 4
Expand Down
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ steps:
inputs:
contents: |
AvaloniaVS.VS2019AndEarlier\bin\Release\AvaloniaVS.VS2019AndEarlier.vsix
AvaloniaVS.VS2022\bin\Release\AvaloniaVS.VS2022.vsix
AvaloniaVS.VS2019AndEarlier\bin\Release\publishManifest.json
AvaloniaVS.VS2019AndEarlier\bin\Release\overview.md
AvaloniaVS.VS2022\bin\Release\AvaloniaVS.VS2022.vsix
AvaloniaVS.VS2022\bin\Release\publishManifest.json
readme.md
AvaloniaVS.VS2022\bin\Release\overview.md
targetFolder: '$(Build.ArtifactStagingDirectory)'
condition: succeeded()

Expand Down
Binary file removed image__1.png
Binary file not shown.

0 comments on commit e86cf4f

Please sign in to comment.