Skip to content

Commit

Permalink
fixing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nt committed Apr 27, 2018
1 parent 93d1b6e commit 1751f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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/
- cmd: 7z a QueryTree.zip %APPVEYOR_BUILD_FOLDER%/Web/dist/*
artifacts:
- path: QueryTree.zip
name: QueryTree
Expand Down

0 comments on commit 1751f90

Please sign in to comment.