@@ -195,8 +195,6 @@ extends:
195195 jobs :
196196 - job : build_and_publish_typewriter
197197 templateContext :
198- type : releaseJob
199- isProduction : true
200198 outputs :
201199 - output : pipelineArtifact
202200 targetPath : ' $(Build.ArtifactStagingDirectory)'
@@ -208,8 +206,6 @@ extends:
208206 jobs :
209207 - job : build_and_publish_kiota
210208 templateContext :
211- type : releaseJob
212- isProduction : true
213209 outputs :
214210 - output : pipelineArtifact
215211 targetPath : ' $(Build.ArtifactStagingDirectory)'
@@ -228,8 +224,6 @@ extends:
228224 jobs :
229225 - job : v1_metadata
230226 templateContext :
231- type : releaseJob
232- isProduction : true
233227 outputs :
234228 - output : pipelineArtifact
235229 targetPath : ' $(Build.ArtifactStagingDirectory)'
@@ -259,8 +253,6 @@ extends:
259253 jobs :
260254 - job : beta_metadata
261255 templateContext :
262- type : releaseJob
263- isProduction : true
264256 outputs :
265257 - output : pipelineArtifact
266258 targetPath : ' $(Build.ArtifactStagingDirectory)'
@@ -314,8 +306,6 @@ extends:
314306 jobs :
315307 - job : csharp_v1_kiota
316308 templateContext :
317- type : releaseJob
318- isProduction : true
319309 inputs :
320310 - input : pipelineArtifact
321311 displayName : ' Downloading metadata from artifacts'
@@ -357,8 +347,6 @@ extends:
357347 jobs :
358348 - job : csharp_beta_kiota
359349 templateContext :
360- type : releaseJob
361- isProduction : true
362350 inputs :
363351 - input : pipelineArtifact
364352 displayName : ' Downloading metadata from artifacts'
@@ -400,8 +388,6 @@ extends:
400388 jobs :
401389 - job : go_v1
402390 templateContext :
403- type : releaseJob
404- isProduction : true
405391 inputs :
406392 - input : pipelineArtifact
407393 displayName : ' Downloading metadata from artifacts'
@@ -441,8 +427,6 @@ extends:
441427 jobs :
442428 - job : go_beta
443429 templateContext :
444- type : releaseJob
445- isProduction : true
446430 inputs :
447431 - input : pipelineArtifact
448432 displayName : ' Downloading metadata from artifacts'
@@ -482,8 +466,6 @@ extends:
482466 jobs :
483467 - job : java_v1_kiota
484468 templateContext :
485- type : releaseJob
486- isProduction : true
487469 inputs :
488470 - input : pipelineArtifact
489471 displayName : ' Downloading metadata from artifacts'
@@ -525,8 +507,6 @@ extends:
525507 jobs :
526508 - job : java_beta_kiota
527509 templateContext :
528- type : releaseJob
529- isProduction : true
530510 inputs :
531511 - input : pipelineArtifact
532512 displayName : ' Downloading metadata from artifacts'
@@ -568,8 +548,6 @@ extends:
568548 jobs :
569549 - job : php_beta_kiota
570550 templateContext :
571- type : releaseJob
572- isProduction : true
573551 inputs :
574552 - input : pipelineArtifact
575553 displayName : ' Downloading metadata from artifacts'
@@ -611,8 +589,6 @@ extends:
611589 jobs :
612590 - job : php_v1_kiota
613591 templateContext :
614- type : releaseJob
615- isProduction : true
616592 inputs :
617593 - input : pipelineArtifact
618594 displayName : ' Downloading metadata from artifacts'
@@ -654,8 +630,6 @@ extends:
654630 jobs :
655631 - job : typescript_v1
656632 templateContext :
657- type : releaseJob
658- isProduction : true
659633 inputs :
660634 - input : pipelineArtifact
661635 buildType : ' current'
@@ -693,8 +667,6 @@ extends:
693667 jobs :
694668 - job : typescript_beta
695669 templateContext :
696- type : releaseJob
697- isProduction : true
698670 inputs :
699671 - input : pipelineArtifact
700672 buildType : ' current'
@@ -732,8 +704,6 @@ extends:
732704 jobs :
733705 - job : typescript_sdk_v1
734706 templateContext :
735- type : releaseJob
736- isProduction : true
737707 inputs :
738708 - input : pipelineArtifact
739709 displayName : ' Downloading metadata from artifacts'
@@ -776,8 +746,6 @@ extends:
776746 jobs :
777747 - job : typescript_sdk_beta
778748 templateContext :
779- type : releaseJob
780- isProduction : true
781749 inputs :
782750 - input : pipelineArtifact
783751 displayName : ' Downloading metadata from artifacts'
@@ -820,8 +788,6 @@ extends:
820788 jobs :
821789 - job : python_v1
822790 templateContext :
823- type : releaseJob
824- isProduction : true
825791 inputs :
826792 - input : pipelineArtifact
827793 displayName : ' Downloading metadata from artifacts'
@@ -862,8 +828,6 @@ extends:
862828 jobs :
863829 - job : python_beta
864830 templateContext :
865- type : releaseJob
866- isProduction : true
867831 inputs :
868832 - input : pipelineArtifact
869833 displayName : ' Downloading metadata from artifacts'
@@ -904,8 +868,6 @@ extends:
904868 jobs :
905869 - job : csharp_beta_ccs
906870 templateContext :
907- type : releaseJob
908- isProduction : true
909871 inputs :
910872 - input : pipelineArtifact
911873 displayName : ' Downloading metadata from artifacts'
@@ -949,8 +911,6 @@ extends:
949911 jobs :
950912 - job : python_beta_ccs
951913 templateContext :
952- type : releaseJob
953- isProduction : true
954914 inputs :
955915 - input : pipelineArtifact
956916 displayName : ' Downloading metadata from artifacts'
@@ -994,8 +954,6 @@ extends:
994954 jobs :
995955 - job : typescript_beta_ccs
996956 templateContext :
997- type : releaseJob
998- isProduction : true
999957 inputs :
1000958 - input : pipelineArtifact
1001959 displayName : ' Downloading metadata from artifacts'
0 commit comments