There was an error while loading. Please reload this page.
1 parent dff9f13 commit d59d380Copy full SHA for d59d380
1 file changed
azure-pipelines.yml
@@ -38,8 +38,9 @@ jobs:
38
jobs:
39
- job: Full_Signed
40
pool:
41
- name: NetCoreInternal-Pool
42
- queue: buildpool.windows.10.amd64.vs2017
+ name: NetCoreInternal-Int-Pool
+ queue: buildpool.windows.10.amd64.vs2019
43
+ timeoutInMinutes: 300
44
variables:
45
- group: DotNet-Blob-Feed
46
- group: DotNet-Symbol-Server-Pats
@@ -54,7 +55,6 @@ jobs:
54
55
-configuration $(_BuildConfig)
56
-prepareMachine
57
-testAll
- -warnaserror:0
58
/p:SignType=$(_SignType)
59
/p:DotNetSignType=$(_SignType)
60
/p:MicroBuild_SigningEnabled=true
0 commit comments