Skip to content

Clean Up

Clean Up #2442

name: .NET
on:
push:
pull_request:
jobs:
build:
runs-on: windows-latest
name: "Build"
steps:
- uses: actions/checkout@master
with:
submodules: true
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x' # SDK Version to use;
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
run: dotnet publish '${{ runner.workspace }}/DSMapStudio/src/DSMS/DSMS.csproj' --configuration Release -o deploy
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: 'DSMS-SHA${{ github.sha }}'
path: '${{ runner.workspace }}/DSMS/deploy'
>>>>>>> smithbox/main

Check failure on line 32 in .github/workflows/dotnet-desktop.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dotnet-desktop.yml

Invalid workflow file

You have an error in your yaml syntax on line 32