Skip to content

WIP-CAP: final testing before refactoring readme instructions #1

WIP-CAP: final testing before refactoring readme instructions

WIP-CAP: final testing before refactoring readme instructions #1

name: build-ironpython
on: [push]
jobs:
build_ipy_ghuser_components:
name: windows-ironpython
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]
- name: Install IronPython
run: |
choco install ironpython --version=2.7.8.1
- name: Run
uses: ./
with:
source: examples/ipy
target: build
- uses: actions/upload-artifact@v2
with:
name: ipy_ghuser-components
path: build