Skip to content
View jalleeeee's full-sized avatar
:electron:
I may be slow to respond.
:electron:
I may be slow to respond.

Block or report jalleeeee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jalleeeee/README.md

build

on: push: branches: [ "main" ] pull_request: branches: [ "main" ]

jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v3 - name: Checkout and build PowerApps pack/unpack tool run: git clone https://github.com/microsoft/PowerApps-Language-Tooling.git - name: Setup .NET uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x - name: Build PowerApps pack/unpack tool run: .\PowerApps-Language-Tooling\build.cmd - name: Prepare output folder run: mkdir buildoutput - name: Pack Milestones run: | cd Milestones ..\PowerApps-Language-Tooling\bin\Debug\PASopa\PASopa.exe -pack .\DataverseSolution\CanvasApps\msft_milestones_5daaa.msapp .\DataverseSolution\CanvasApps\msft_milestones_5daaa_DocumentUri_src
powershell rm DataverseSolution\CanvasApps\msft_milestones_5daaa_DocumentUri_src
powershell Compress-Archive DataverseSolution* DataverseSolution.zip powershell Compress-Archive TeamsCustomApp* TeamsCustomApp.zip mkdir Milestones move DataverseSolution.zip Milestones move TeamsCustomApp.zip Milestones powershell Move-Item -Path Milestones -Destination buildoutput cd .. - name: Pack outputs run: powershell Compress-Archive buildoutput* AppPackages.zip - name: Create Release id: create_release uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.RUN_NUMBER }} draft: false prerelease: false - name: Upload Release Asset uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a upload_url. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps asset_path: AppPackages.zip asset_name: AppPackages.zip asset_content_type: application/zip

Pinned Loading

  1. jalleeeee jalleeeee Public

    Config files for my GitHub profile.

    1

  2. sustainagility sustainagility Public

    TypeScript 1

  3. nodejs-docs-hello-world nodejs-docs-hello-world Public

    Forked from Azure-Samples/nodejs-docs-hello-world

    A simple nodejs application for docs

    JavaScript

  4. openai-python openai-python Public

    Forked from openai/openai-python

    The official Python library for the OpenAI API

    Python

  5. OptiX_Apps OptiX_Apps Public

    Forked from NVIDIA/OptiX_Apps

    Advanced Samples for the NVIDIA OptiX 7 Ray Tracing SDK

    C++

  6. three.js three.js Public

    Forked from mrdoob/three.js

    JavaScript 3D Library.

    JavaScript