Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nt committed Apr 27, 2018
1 parent 58c6396 commit 0c9f504
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ before_build:
build_script:
- cmd: dotnet publish --framework netcoreapp2.0 -c Release ./Web/QueryTree.csproj -o ./dist
after_build:
- cmd: >-
7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/README.md
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/README.md
artifacts:
- path: QueryTree.zip
name: QueryTree
Expand Down

0 comments on commit 0c9f504

Please sign in to comment.