File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -49,23 +49,20 @@ stages:
4949 steps :
5050 - template : ci-build-steps.yml
5151 - template : ci-test-steps.yml
52- - template : ci-component-detection-steps.yml
5352 - job : Debug_Windows_Configuration_8
5453 variables :
5554 BuildConfiguration : Debug-Windows
5655 BuildTarget : ' net8' # set the TargetFramework property for tests to use net8.0
5756 steps :
5857 - template : ci-build-steps.yml
5958 - template : ci-test-steps.yml
60- - template : ci-component-detection-steps.yml
6159 - job : Release_Windows_Configuration_6
6260 variables :
6361 BuildConfiguration : Release-Windows
6462 BuildTarget : ' net6' # set the TargetFramework property for tests to use net6.0
6563 steps :
6664 - template : ci-build-steps.yml
6765 - template : ci-test-steps.yml
68- - template : ci-component-detection-steps.yml
6966 - job : Release_Windows_Configuration_8
7067 variables :
7168 BuildConfiguration : Release-Windows
@@ -74,7 +71,6 @@ stages:
7471 steps :
7572 - template : ci-build-steps.yml
7673 - template : ci-test-steps.yml
77- - template : ci-component-detection-steps.yml
7874
7975- stage : API_Compatibility_Validation
8076 dependsOn : Build
You can’t perform that action at this time.
0 commit comments