Fix macOS Building
This commit is contained in:
parent
5071426b47
commit
7deb8a161d
1 changed files with 6 additions and 1 deletions
|
@ -246,7 +246,12 @@ jobs:
|
|||
displayName: "Install Dependencies"
|
||||
|
||||
- script: yarn dist -m --publish=never
|
||||
env: {GH_TOKEN : $(GH_TOKEN)}
|
||||
env:
|
||||
CSC_LINK: $(CSC_LINK)
|
||||
CSC_KEY_PASSWORD: $(CSC_KEY_PASS)
|
||||
APPLEID: $(APPLEID)
|
||||
APPLEIDPASS: $(APPLEIDPASS)
|
||||
GH_TOKEN: $(GH_TOKEN)
|
||||
displayName: "Compile Distribution"
|
||||
|
||||
- task: CopyFiles@2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue