Skip to content

Commit e5d7de2

Browse files
fix: try workaround for dotnet-cli bug
ref: https://github.com/dotnet/cli/issues/9114
1 parent 278d29a commit e5d7de2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ steps:
2323
workingDirectory: ./src
2424

2525
- script: |
26-
export DOTNET_ROOT=$HOME/.dotnet/
27-
export PATH=$PATH:$HOME/.dotnet/tools
26+
export PATH=$PATH:$HOME/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands
2827
dotnet tool install fake-cli -g
2928
fake build -t BuildElectron
3029
workingDirectory: ./src

0 commit comments

Comments
 (0)