Skip to content

Commit 4ad651c

Browse files
committed
!fixup! change _DotNetValidationArtifactsCategory to match _DotNetArtifactsCategory
1 parent 3917455 commit 4ad651c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variables:
2727
- name: _DotNetArtifactsCategory
2828
value: .NETCORE
2929
- name: _DotNetValidationArtifactsCategory
30-
value: .NETCOREVALIDATION # Reviwers: Should this be .NETCORE ?
30+
value: .NETCORE
3131
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
3232
- name: _BuildArgs
3333
value: /p:TeamName=$(_TeamName)

0 commit comments

Comments
 (0)