We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5209ae commit 6cf9c62Copy full SHA for 6cf9c62
eng/pipeline.yml
@@ -20,13 +20,13 @@ phases:
20
parallel: 99
21
matrix:
22
Build_Debug:
23
- _BuildConfig: netcoreapp-Windows_NT-Debug
+ _BuildConfig: Debug
24
# overwrite some values when building debug
25
_PublishType: none
26
_SignType: test
27
_DotNetPublishToBlobFeed : false
28
Build_Release:
29
- _BuildConfig: netcoreapp-Windows_NT-Release
+ _BuildConfig: Release
30
31
# only publish build assets if we're running internally
32
- ${{ if eq(parameters.runAsPublic, 'false') }}:
@@ -35,4 +35,4 @@ phases:
35
dependsOn: Windows_NT
36
queue:
37
name: Hosted VS2017
38
- configuration: netcoreapp-Windows_NT-Debug
+ configuration: Debug
0 commit comments