Skip to content

basic ci

basic ci #1

Workflow file for this run

on:
push:
paths-ignore:
- '**/*.md'
branches:
- master
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
jobs:
build:
runs-on: windows-latest
defaults:

Check failure on line 16 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: 16, Col: 14): Unexpected value ''
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild
uses: microsoft/[email protected]
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- name: Build Solution
run: |
msbuild.exe POpusCodec.csproj /nologo