We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e6070 commit 008c54bCopy full SHA for 008c54b
.travis.yml
@@ -6,7 +6,7 @@ dotnet: 1.0.1
6
script:
7
- ./build.sh --quiet verify
8
- cd Wukong.Tests && dotnet restore && dotnet xunit
9
- - dotnet publish -c Release -o ../wukong-dist_linux-x64 -r debian.8-x64
+ - dotnet publish -c Release -o wukong-dist_linux-x64 -r debian.8-x64
10
- tar czvf wukong-dist_linux-x64.tar.gz wukong-dist_linux-x64/
11
deploy:
12
skip_cleanup: true
0 commit comments