@@ -22,7 +22,7 @@ variables:
22
22
DOTNET_MULTILEVEL_LOOKUP : 0
23
23
Codeql.Enabled : true
24
24
Codeql.SkipTaskAutoInjection : True # default to not inject CodeQL tasks, we'll enable it in a single job.
25
-
25
+
26
26
stages :
27
27
- stage : build
28
28
displayName : Build
@@ -100,7 +100,7 @@ stages:
100
100
pool :
101
101
vmImage : macOS-12
102
102
steps :
103
- -
script :
brew update && brew unlink [email protected] && brew unlink libomp && brew install $(Build.SourcesDirectory)/build/libomp.rb --build-from-source --formula
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
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
@@ -148,7 +148,7 @@ stages:
148
148
_TeamName : DotNetCore
149
149
pool :
150
150
name : NetCore1ESPool-Internal
151
- demands : ImageOverride -equals Build.Server.Amd64.VS2019
151
+ demands : ImageOverride -equals windows.vs2019.amd64
152
152
steps :
153
153
# Only build native assets to avoid conflicts.
154
154
- script : ./build.cmd -projects $(Build.SourcesDirectory)/src/Native/Native.proj -configuration $(BuildConfig) /p:TargetArchitecture=x86 /p:CopyPackageAssets=true
@@ -175,7 +175,7 @@ stages:
175
175
_TeamName : DotNetCore
176
176
pool :
177
177
name : NetCore1ESPool-Internal
178
- demands : ImageOverride -equals Build.Server.Amd64.VS2019
178
+ demands : ImageOverride -equals windows.vs2019.amd64
179
179
steps :
180
180
181
181
# Build both native and managed assets.
@@ -227,15 +227,15 @@ stages:
227
227
- NUGET_PACKAGES : $(Build.SourcesDirectory)/.packages
228
228
- _SignType : real
229
229
- _TeamName : DotNetCore
230
- - _InternalBuildArgs : /p:DotNetSignType=$(_SignType)
230
+ - _InternalBuildArgs : /p:DotNetSignType=$(_SignType)
231
231
/p:TeamName=$(_TeamName)
232
232
/p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat)
233
233
/p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat)
234
234
/p:OfficialBuildId=$(OfficialBuildId)
235
235
/p:DotNetPublishUsingPipelines=$true
236
236
pool :
237
237
name : NetCore1ESPool-Internal
238
- demands : ImageOverride -equals Build.Server.Amd64.VS2019
238
+ demands : ImageOverride -equals windows.vs2019.amd64
239
239
steps :
240
240
241
241
# Download all agent packages from all previous phases
0 commit comments