quantum-space-buddies/.github/workflows/build.yaml

22 lines
381 B
YAML
Raw Normal View History

2021-11-27 04:16:21 +00:00
name: Build
2021-11-27 03:51:01 +00:00
on:
push:
paths-ignore:
- "*.md"
- "LICENSE"
- ".gitignore"
2021-11-27 03:51:01 +00:00
jobs:
build:
runs-on: windows-latest
2021-11-27 10:46:39 +00:00
2022-03-27 21:02:01 +00:00
steps:
2021-11-27 03:51:01 +00:00
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
2022-02-23 03:31:13 +00:00
- run: dotnet build -c Debug
2022-03-27 21:02:01 +00:00
2021-11-27 03:51:01 +00:00
- uses: actions/upload-artifact@v2
with:
2022-08-29 03:29:25 +00:00
name: Raicuparta.QuantumSpaceBuddies
2022-02-23 03:31:13 +00:00
path: .\QSB\Bin\Debug