- Tweaks for marketplace publishing.
This commit is contained in:
José Simões 2021-11-25 17:06:43 +00:00
Родитель d3240f95dd
Коммит 9016b5765f
3 изменённых файлов: 13 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@
This extension allows you to use VS Code to flash, build and deploy your C# code for .NET nanoFramework on your device regardless of the platform you're using. This has been tested on Mac, Linux (64 bits) and Windows (64 bits).
![vs code gif](../../docs/nano-vs-code.gif)
![vs code gif](nano-vs-code.gif)
## Features

Просмотреть файл

@ -72,8 +72,10 @@ steps:
contents: |-
**\vscode-nanoframework.vsix
**\package.json
**\vscode-marketplace-overview.md
assets/marketplace/vscode-marketplace-overview.md
docs/nano-vs-code.gif
targetFolder: $(Build.ArtifactStagingDirectory)
flattenFolders: true
- task: DotNetCoreCLI@2
displayName: Install SignTool tool
@ -113,7 +115,7 @@ steps:
inputs:
gitHubConnection: 'github.com_nano-$(System.TeamProject)'
tagSource: userSpecifiedTag
tag: v$(NBGV_SimpleVersion)
tag: v$(NBGV_CloudBuildNumber)
title: '.NET nanoFramework VS Code extension'
releaseNotesSource: inline
releaseNotesInline: 'Check the [changelog]($(Build.Repository.Uri)/blob/$(Build.SourceBranchName)/CHANGELOG.md).<br><br><h4>Install from Visual Studio Marketplace</h4><br>The following Visual Studio Extensions are available for install from this release<br><br>:package: [.NET nanoFramework VS Code Extension](https://marketplace.visualstudio.com/items?itemName=nanoframework.vscode-nanoframework)'
@ -130,7 +132,7 @@ steps:
action: edit
gitHubConnection: 'github.com_nano-$(System.TeamProject)'
tagSource: userSpecifiedTag
tag: v$(NBGV_SimpleVersion)
tag: v$(NBGV_CloudBuildNumber)
title: '.NET nanoFramework VS Code extension'
releaseNotesSource: inline
releaseNotesInline: 'Check the [changelog]($(Build.Repository.Uri)/blob/$(Build.SourceBranchName)/CHANGELOG.md).<br><br><h4>Install from Visual Studio Marketplace</h4><br>The following Visual Studio Extensions are available for install from this release<br><br>:package: [.NET nanoFramework VS Code Extension](https://marketplace.visualstudio.com/items?itemName=nanoframework.vscode-nanoframework)'

Просмотреть файл

@ -10,11 +10,17 @@
"license": "MIT",
"preview": true,
"version": "0.0.0-placeholder",
"overview": "vs2022-marketplace-overview.md",
"overview": "vscode-marketplace-overview.md",
"priceCategory": "free",
"publisher": "nanoframework",
"private": false,
"qna": "marketplace",
"assetFiles": [
{
"pathOnDisk": "nano-vs-code.gif",
"targetPath": "nano-vs-code.gif"
}
],
"engines": {
"vscode": "^1.62.0"
},