Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ce8e4e7

Browse files
committed
Disable publish of symbols steps
We are still working out the full plan for symbol publishing until we figure that out we are disabling the individual steps
1 parent 0523354 commit ce8e4e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildpipeline/DotNet-Trusted-Publish-Symbols.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": [
33
{
4-
"enabled": true,
4+
"enabled": false,
55
"continueOnError": false,
66
"alwaysRun": false,
77
"displayName": "Set up pipeline-specific git repository",
@@ -21,7 +21,7 @@
2121
}
2222
},
2323
{
24-
"enabled": true,
24+
"enabled": false,
2525
"continueOnError": false,
2626
"alwaysRun": false,
2727
"displayName": "sync -ab",
@@ -61,7 +61,7 @@
6161
}
6262
},
6363
{
64-
"enabled": true,
64+
"enabled": false,
6565
"continueOnError": false,
6666
"alwaysRun": false,
6767
"displayName": "Publish Symbols to Artifact Services",

0 commit comments

Comments
 (0)