Skip to content

Fix build error with AcItemEditor #369

Fix build error with AcItemEditor

Fix build error with AcItemEditor #369

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.300
- name: Add Nuget Source
run: dotnet nuget add source https://api.nuget.org/v3/index.json -n "nuget.org"
continue-on-error: true
- name: Build with dotnet
run: dotnet build --configuration Release