Skip to content

Start Restore Dependencies with WorkingDirectory #4

Start Restore Dependencies with WorkingDirectory

Start Restore Dependencies with WorkingDirectory #4

Workflow file for this run

ecπππname: Build

Check failure on line 1 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 1, Col: 1): Unexpected value 'ecπππname'
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: CrossOS
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0'
- name: Run Restore-Dependencies script
run: pwsh -Command "Start-Process pwsh -ArgumentList '-File','$PWD/restore/Restore-Dependencies.ps1','-Verbose' -WorkingDirectory $PWD/restore"
- name: Run Build-Release
run: pwsh scripts/Build-Release.ps1 -Verbose
- name: Upload test artifact
uses: actions/upload-artifact@v2
with:
name: test-release
path: release/*.zip