Skip to content

Commit

Permalink
fix: 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 e5d7de2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ steps:
workingDirectory: ./src

- script: |
export DOTNET_ROOT=$HOME/.dotnet/
export PATH=$PATH:$HOME/.dotnet/tools
export PATH=$PATH:$HOME/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands
dotnet tool install fake-cli -g
fake build -t BuildElectron
workingDirectory: ./src
Expand Down

0 comments on commit e5d7de2

Please sign in to comment.