Skip to content

Update README.md

Update README.md #27

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build Project
run: |
dotnet restore
dotnet build --configuration Release --no-restore
dotnet test --no-build --verbosity normal
- name: Upload Artifacts
uses: actions/upload-artifact@v3
with:
name: v64cc-${{ github.run_number }}
path: D:\a\V64CoreConsole\V64CoreConsole\V64CoreConsole\bin\Release\net6.0-windows\