File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ stages:
100
100
pool :
101
101
vmImage : macOS-12
102
102
steps :
103
- -
script :
brew update && brew unlink [email protected] && rm '/usr/local/bin/2to3-3.11' && brew unlink libomp && brew install $(Build.SourcesDirectory)/build/libomp.rb --build-from-source --formula
103
+ - script : brew update && rm '/usr/local/bin/2to3-3.11' && brew unlink libomp && brew install $(Build.SourcesDirectory)/build/libomp.rb --build-from-source --formula
104
104
displayName : Install build dependencies
105
105
# Only build native assets to avoid conflicts.
106
106
- script : ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=x64 /p:CopyPackageAssets=true
@@ -126,7 +126,7 @@ stages:
126
126
rm -rf /usr/local/bin/2to3
127
127
displayName: MacOS Homebrew bug Workaround
128
128
continueOnError: true
129
- -
script :
brew update && brew unlink [email protected] && brew install libomp && brew link libomp --force
129
+ - script : brew update && brew install libomp && brew link libomp --force
130
130
displayName : Install build dependencies
131
131
# Only build native assets to avoid conflicts.
132
132
- script : ./build.sh -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=arm64 /p:CopyPackageAssets=true
You can’t perform that action at this time.
0 commit comments