Jesse Houwing

Results 63 issues of Jesse Houwing

Fixes: https://github.com/cli/cli/issues/4572 This pull request adds `--json` support to the `gh release list` command. It's my very first go at `go`, in case I need to change anything, please guide...

external

Microsoft has recently released a nice doc on TLS/SSL best practices here: https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls It recommends setting a number of things and also discourages the use of others. These could easily...

enhancement

Basically splitting the "Publish from vsix" into: 1. patch extension 2. publish vsix This is needed to allow easy re-deploy options and to be able to download the patched extension...

enhancement
Azure DevOps Extensions

After publication, it would eb nice if we could render the link to the marketplace in the output: * [ ] Publish Azure DevOps Extension * [ ] Publish Visual...

enhancement
Visual Studio Extensions
Azure DevOps Extensions

Currently, we render a warning when people aren't using the Use Azure DevOps CLI task. In the future it would be nice to make this mandatory: Revert: https://github.com/Microsoft/vsts-extension-build-release-tasks/commit/3690d1343c8a5bd1339eb842369144f168630a8c

Azure DevOps Extensions

Like the Azure DevOps extensions I'd love to add support for overriding: ``` "priceCategory": "free", "publisher": "onlyutkarsh", "private": false, ``` Prior to publish. @onlyutkarsh

Visual Studio Extensions

Looks like a validation error is actually returned when querying the status: `validationResultMessage` Example ``` 2018-04-14T10:43:30.7515913Z GET https://marketplace.visualstudio.com/_apis/gallery/publishers/agile-extensions/extensions/bravo-notes-staging?flags=1 Response Code: OK Response: {"publisher":{"publisherId":"c598cbbe-5149-476f-ad05-e1573099cd8f","publisherName":"agile-extensions","displayName":"Agile Extensions","flags":"verified"},"extensionId":"b98fb4ac-8523-446a-a26e-3213351df887","extensionName":"bravo-notes-staging","displayName":"Bravo Notes (Staging)","flags":"validated","lastUpdated":"2018-04-14T10:42:36.137Z","publishedDate":"2018-03-13T09:28:15.61Z","shortDescription":"Release notes without the pain","versions":[{"version":"3.0.630","flags":"validated","lastUpdated":"2018-04-02T06:39:45.483Z"},{"version":"3.0.629","flags":"none","lastUpdated":"2018-04-02T06:31:25.243Z","validationResultMessage":"Following...

help wanted

See: https://github.com/Microsoft/vsts-tasks/blob/017001c7a2244924669e33ce9ff5eb2f5a665914/docs/taskinputvalidation.md

help wanted

``` SET AGENT_WORKFOLDER=C:\Users\JesseHouwing\Source\Repos\vsts-extension-build-release-tasks\dist\BuildTasks\PublishExtension SET SYSTEM_DEFAULTWORKINGDIRECTORY=C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo SET INPUT_CWD=C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo SET INPUT_ROOTFOLDER=C:\Users\JesseHouwing\Source\Repos\vsts-ping-task-demo SET INPUT_CONNECTTO=VsTeam SET INPUT_FILETYPE=vsix SET INPUT_EXTENSIONVISIBILITY=default SET INPUT_EXTENSIONVERSION=1.2.3 SET INPUT_UPDATETASKSVERSION=true SET INPUT_UPDATETASKSVERSIONTYPE=major SET INPUT_CONNECTEDSERVICENAME=A SET ENDPOINT_URL_A=https://marketplace.visualstudio.com SET ENDPOINT_AUTH_A={ "parameters": { "apitoken":...

example

For local development lots of folks override the base uri to load files from a local IIS, webpack or fiddler proxy. It would be useful when the package and publish...

enhancement