Skip to content

Commit

Permalink
AppVeyor with publish no release
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanbakel committed Dec 13, 2017
1 parent ac5fd06 commit 2910cd8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ bld/
[Bb]in/
[Oo]bj/
[Ll]og/
out/

# Visual Studio 2015 cache/options directory
.vs/
Expand Down
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ build:
verbosity: minimal
before_test:
- cmd: Dotnet test "Project2015To2017Tests\Project2015To2017Tests.csproj"
after_build:
- cmd: dotnet publish -f net46 -c Release -o ./out/net46
- cmd: dotnet publish -f netcoreapp1.1 -c Release -o ./out/netcoreapp1.1
- cmd: 7z a ./out/CSProj2015To2017.v1.5.{build}.zip ./out/*.*

artifacts:
- path: ./out/CSProj2015To2017.v1.5.{build}.zip
name: zip

0 comments on commit 2910cd8

Please sign in to comment.