We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abeaa9 commit 4bc0381Copy full SHA for 4bc0381
.azdo/pipelines/ci-pipeline.yml
@@ -5,7 +5,7 @@ name: $(SourceBranchName)-$(Date:yyyyMMdd)$(Rev:-r)
5
trigger: none
6
7
variables:
8
- #- group: toolkit-test-pack
+ - group: toolkit-test-pack
9
- group: toolkit-build-version-configuration
10
11
stages:
@@ -25,7 +25,6 @@ stages:
25
- template: ./steps/build.yml
26
parameters:
27
targetBuildFramework: 'net8.0'
28
- unitTest : false
29
30
- template: ./steps/versionVariables.yml
31
0 commit comments