Skip to content

Commit

Permalink
wtf: try workaround for dotnet-cli bug
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioungaretti committed Apr 11, 2019
1 parent 278d29a commit c5997b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
- script: |
export DOTNET_ROOT=$HOME/.dotnet/
export PATH=$PATH:$HOME/.dotnet/tools
dotnet tool install fake-cli -g
fake build -t BuildElectron
dotnet tool install fake-cli -g .
./fake build -t BuildElectron
workingDirectory: ./src
displayName: 'electron'

0 comments on commit c5997b8

Please sign in to comment.