Skip to content

Vacxe/appcenter

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 15, 2024
699f1ba · Apr 15, 2024

History

13 Commits
Apr 15, 2024
Apr 15, 2024
Apr 11, 2024
Apr 11, 2024
Apr 14, 2024
Apr 11, 2024

Repository files navigation

AppCenter GitHub Action

Visual Studio App Center is scheduled for retirement on March 31, 2025

Table of Contents

This library is transparent CLI wrapper for official Node AppCenter library

ghcr.io/vacxe/appcenter:<VERSION>

GitHub Action vacxe/appcenter is transparent wrapper over Docker appcenter, what contains transparent CLI warapper for AppCenter Node library. It can provide for you possibility to write any custom scripts in depends on you needs.

Example of file distribution template:

- uses: vacxe/appcenter@master
  with:
    template: distribute-release
    token: ${{ secrets.TOKEN }}
    file: "path/to/file"
    app: "my-app-name"
    group: "tester-group"

Example of file distribution via custom script:

- uses: vacxe/appcenter@master
  with:
    token: ${{ secrets.TOKEN }}
    custom-script: 'appcenter distribute release --file "path/to/file" --app "my-app-name" --group "tester-group" --output json

License


Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.