Skip to content

Commit 623ec73

Browse files
authored
Merge pull request #1 from openrails/feature/appveyor
chore: Add AppVeyor build script
2 parents 8229855 + be56a4a commit 623ec73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version: 1.0.{build}
2+
skip_branch_with_pr: true
3+
image: Visual Studio 2017
4+
build_script:
5+
- cmd: dotnet build

0 commit comments

Comments
 (0)