Skip to content

Commit

Permalink
fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Oct 19, 2018
1 parent 87590ee commit 1349311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
dotnet --info
dotnet tool install -g Cake.Tool --version 0.30.0
export PATH="$PATH:$HOME/.dotnet/tools"
dotnet cake build.cake -Configuration="Release" -Task="Linux"
dotnet cake build.cake -Configuration="Release" -Target="Linux"
cd packages
./package-debian.sh
cd ..
Expand All @@ -37,7 +37,7 @@ jobs:
dotnet --info
dotnet tool install -g Cake.Tool --version 0.30.0
export PATH="$PATH:$HOME/.dotnet/tools"
dotnet cake build.cake -Configuration="Release" -Task="OSX"
dotnet cake build.cake -Configuration="Release" -Target="OSX"
cd packages
./package-osx.sh
cd ..
Expand Down

0 comments on commit 1349311

Please sign in to comment.