Skip to content

Commit a89c288

Browse files
mmitcheJason Zhai
authored andcommitted
Fix publishing and don't run formatting tests in official builds
1 parent 925caf7 commit a89c288

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,8 @@ pr:
1616

1717

1818
variables:
19-
- name: teamName
20-
value: Roslyn-Project-System
21-
- name: _DotNetPublishToBlobFeed
22-
value: false
2319
- name: _CIBuild
2420
value: -restore -build -sign -pack -ci
25-
- name: _DotNetArtifactsCategory
26-
value: .NETCore
27-
- name: _DotNetValidationArtifactsCategory
28-
value: .NETCore
2921
- ${{ if or(startswith(variables['Build.SourceBranch'], 'refs/heads/release/'), startswith(variables['Build.SourceBranch'], 'refs/heads/internal/release/'), eq(variables['Build.Reason'], 'Manual')) }}:
3022
- name: PostBuildSign
3123
value: false

eng/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
value: DotNetCore
5151
- name: _OfficialBuildIdArgs
5252
value: ''
53-
- name: _PublishArgs
54-
value: ''
5553
- name: _SignArgs
5654
value: ''
5755
- name: _HelixApiToken

0 commit comments

Comments
 (0)